No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
check the help files that came with your compiler. most have a tutorial of some kind. check up on file handling to start with. FILE *fopen(char *filename,char *mode); filename is name of file to be opened. mode can be lots of things but you'll probably be using "r" for "reading" …
i have a whole 2 days programming experience under my belt and i wanna do something with lots of pretty colours...... i understand i probably don't know enough yet to get into graphics - but not only do i not know how to do graphics, i'm not entirely sure what …
i'm new to programming in c++ and have been confuzzled by this for two days: the following code was meant to create a new class ("character") and enter into it information entered by the user such as name etc. the problem is that whenever i enter something (at one of …
The End.
lordofthisworld