User profile: gedamial

User info
User name:gedamial
History
Joined:
Number of posts:313
Latest posts:

weird program output
I was casually having a look at this question the other day and today I came across a GameDev forum ...

tellg() and get()
[quote]get() reads and moves the file position[/quote] This is exactly what I wanted to know! So ...

tellg() and get()
I have written a simple algorithm to read a text file backwards: [code] int main() { ifstream f...

Why is move() causing me trouble when constructing object?
Thank you dutch for your tips. Could you argue the last one a bit more? Why static? What's wrong wit...

Why is move() causing me trouble when constructing object?
I'm so idiot! Thanks... but anyway, why was it crashing?