User profile: hakeris1010

User info
User name:hakeris1010
Location:Lithuania
Bio:I'm a beginner c++ programmer. I make console apps, games, and a bit of GUI programming.
History
Joined:
Number of posts:65
Latest posts:

Help with array of char pointers.
Oh! Thanks! Now it's working!

Help with array of char pointers.
Hello fellow C++'ers! I have written this C code, which is sopposed to assign values to each elemen...

Vector of pointers doesn't work!
Hello! My program doesn't work, what is wrong with it? It crashes when calling a function. [code]...

Infinite Loop when using ifstream::seekg()
Thanks! It works!

Infinite Loop when using ifstream::seekg()
I'm writing a program where ifstream reads some characters from file, and skips some. However, when ...