Jump to content
xisto Community

tmonty

Members
  • Content Count

    50
  • Joined

  • Last visited

About tmonty

  • Rank
    Member [Level 1]
  • Birthday 12/21/1987

Contact Methods

  • Website URL
    http://www.kalisz.mm.pl/~tm

Profile Information

  • Location
    Kalisz, Poland
  • Interests
    programming, Monty Python, music (metal)
  1. Heh, You didn't listen to Arcturus. Its members are geniuses! The guitarist (Knut M. Valle) plays lovely solos and riffs, the drumer (Hellhammer!) is the best drumer I've ever heard (he plays also in Mayhem, The Convenant), the keyboardist (Steinar Sverd Johnsen) plays like Chopin (;p) and ex-vocalist, Garm, sings like in opera. ;p here is a link -> http://www.adastraenter.com/
  2. I think you buy CD's to much. I listen to a single CD for many months, then I put it back. Few months later I listen to it again. I suggest to download music. You can download a lot of albums, listen to them and finally buy one CD this group, which you like the most.
  3. But I didn't receive any information about my account.
  4. Hi!I asked for a hosting, but my request has been refused. Few days later I got a letter that I am hosted. What is this?
  5. It is all in documanation in http://php.net/
  6. If U have the source, U can decode any file without password.
  7. Source -> http://forums.xisto.com/no_longer_exists/ Sorry for late, I musted translate comments. ;p
  8. What OS? And do you want free complier?Windows: free - dev C++, djgpp | comercial: MS Visual C++Linux (only free ;p) - gcc (type 'gcc' in your shell)
  9. C++ is continuation of C. C++ is object-oriented. In my opinion classes are very useful. Today C++ is using to develope many programs, but e.g. kernels are written in C. I suggest using C++ then.
  10. Sure. Metallica rulez! ;pTaste me, U will seeMore is all U needdedicated tohow I'm killing U!
  11. Hi! I wrote a program, that can encode/decode text file. Algorith uses function rand(). The program saves the seek to the file, and then it saving each character from the source-file adding to it radom numder. What do U think about it? exe file (for DOS) -> http://forums.xisto.com/no_longer_exists/ If U want, I can give you the source.
  12. 1. Monty Python and Holy Grail2. Monty Python's The Life of Brian3. Monty Python at the Hollywood Bowl4. Monty Python's The Meaning of Life5. And now for something comletly diffrent!;p
  13. Nice course -> http://forums.xisto.com/no_longer_exists/
  14. I haven't tested this code: [br]void fun() {[br][/br]int aaaaaa;[/br]int *q= &aaaaaa;[br][/br]while ( *(q--)!=20 ); // we look for variable which value is 20 (it couldn't be 'i'!)[br][/br]*q = 10; // we change it[br][/br][br]}[br][/br]main() { ... }[/br] Hm.... It is only suggestion.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.