User profile: Toxic90

User info
User name:Toxic90
Location:Tigre
Statistical data
Birthdate:Jun 9, 1989
Gender:Male
Skills:C
C++
HTML
History
Joined:
Number of posts:57
Latest posts:

If's and Else's not working
that's not the way to compare strings, it would be like this: [code] #include<string> if(strcmp...

struct and routines
don't worry, i've found out how: [code]struct Document { char Name[20]; char Lastname[20...

struct and routines
i mean a regular struct, like [code] struct Document { char Name[20]; char Lastname[20]...

struct and routines
Hi guys, I'm making a game in C++, is it possible to pass a struct variable to a routine by referenc...

how can i make a calc that can solve a problem with infinite digits?
A question related to that code: Sleep(500), 500 is miliseconds?