User: Thenero

  • Public profile

User profile: Thenero

User info
User name:Thenero
History
Joined:
Number of posts:11
Latest posts:

Trouble compiling a program which should write a new file every day
You give to few arguments to strftime it needs 4 arguments not 1. http://www.cplusplus.com/refere...

concurrent access to sqlite
http://www.sqlite.org/lockingv3.html try this link (the same thing without ",")

sintax error & illegal indirection
It compiles for me assuming: [code] double M_PI = 3.14; [/code] So I suspect that M_PI in your...

Crash in AI program
I haven't tested anything so I can't be sure. However I think your problem is here: [code] // I...

Problem including a.h in b.h when b.h is included in a.h
Well you're right about why the problem occurs. http://www.cplusplus.com/forum/articles/10627/ I...

This user does not accept Private Messages