|
||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
| Some recent topics started on our forums | |
| .NET!! | i am studying on pure c++,but hearing a lot about .NET.The only thing i know of it is that it is a huge project of Microsoft..Could anyone give me a vast amount of information for this issue? In fact,what is it? thx in advance for ur... |
| Posted February 19, 2005 1:24:41 PM | |
| simple C++ question | What's the main difference between the mere function and referencing function below? int ar[5]; int funcname(int n) { //some codes here; return ar[n]; } int& funcname(int n) { //some codes again; ... |
| Posted January 11, 2005 11:10:19 AM | |
| making a tetris clone | hello all ý have just read geoff howland's excellent and realistic article on where to begin first..So he recommends to start with making a tetris clone and grow my way up...this is a really applicable and reasonable piece of advice.. ... |
| Posted December 31, 2004 6:29:58 AM | |
| unable to open horse.def | Hi everyone I am currently using BORLAND C++ 5.02 compiler..I got a source code from a C++ teaching book.(dont insult me,as u see,I am a poor novice:-) This source is supposed to simulate a horse race using simple console graphics via "CONSOLE G... |
| Posted December 29, 2004 8:55:27 AM | |
| praise be to my advisers! | thx for all, guys!from now on I have the links ý needed..however,dont confine yourself to send me more useful links ý can get some basics out of them...more is better also,ý realise now this community really exists..ý got what ý needed in ... |
| Posted November 24, 2004 5:34:33 AM | |
| my school project | hi everybody!this is my first post(really very excited:)) my question is about my school project.ý have decided to make one of an old type of games.this is a text-based one for the sake of simplicity..it's something like that " now u... |
| Posted November 23, 2004 5:39:02 AM | |
| View All Topics Started By This User | |
| Some recent replies made on our forums | |
| finished my new game | its a nice game..congrats!but some ideas to develop your game: a menu system would make it look more like a game..(maybe an animated intro) itd be better if the aircraft could fly in the whole game screen.. more detailed aircrafts might make... |
| Posted January 15, 2005 7:12:29 AM | |
| unable to open horse.def | #include "borlacon.h" #include <iostream.h> #include <stdlib.h> #include <time.h> #include <conio.h> const int CPF=5; const int maxHorses=7; class track; ////////////////////////////////////// class horse { private... |
| Posted December 29, 2004 4:41:18 PM | |
| View All Replies Made By This User | |