by tanvirraj91
trubo c++ problem
|
|
[2 replies] Last: Unless you are researching history of programming, don't use turbo c++... (by Cubbi)
|
by Blessman11
gcc4.7.0 makefiles & project examples
|
|
[1 reply] : http://www.gnu.org/software/make/manual/ (by ne555)
|
Simple errors which shouldn't be happening |
|
[6 replies] Last: Then how come it allows you to do what I did? It didn't. You had er... (by Moschops)
|
by LunaNeku
c2061 error help
|
|
[2 replies] Last: bool Game::run(void) the void is only needed in c and i am fairly ce... (by ui uiho)
|
by wzt8112
Questions about college basic C++
|
|
[6 replies] Last: but instead of system("pause"), what else should I use? std::cin.ign... (by ui uiho)
|
by leetmodz
Method parameter pointer for object, without knowing class name?
|
|
[10 replies] Last: Ok I now have a basic understanding of inheritance, so this makes much... (by leetmodz)
|
by Blue Shell
Needs to run at a certain time...
|
|
[2 replies] Last: On Windows, use the Task Scheduler. (by Duthomhas)
|
by Grax
How to convert string to int type?
|
|
[9 replies] Last: it works!! thanks for all the reply! really appreciated u guys! (by Grax)
|
by wizo0o
output problem
|
|
[10 replies] Last: @wizo0o I added cout's to the functions to show what the values are i... (by whitenite1)
|
by pdxiter
Sorting values of an array?
|
|
[8 replies] Last: Bubble sorts are really basic and time consuming. For small stuff lik... (by TightCoder)
|
by ballurohit
typeinfo header file
|
|
[6 replies] Last: I also tried to add file extension <typeinfo.h>. Any way I shall try t... (by ballurohit)
|
by Lowest0ne
char pointers in lists error
|
|
[2 replies] Last: Got it working. Thanks for the explanation, this all makes sense now... (by Lowest0ne)
|
Char is not outputting what it is supposed to. |
|
[4 replies] Last: change the loop for(x=1,y=1;x<15,y<15;x++,y++) grid = ' '; to ... (by vlad from moscow)
|
by Need4Sleep
Command runs only once in a program
|
|
[4 replies] Last: This code produced the desired output for me so don't know why it's no... (by vin)
|
by h4344
Whats a good easy game to practice modding?
|
|
[1 reply] : SAMP (san andreas multiplayer) you code servers and stuff. Alot of fun... (by leetmodz)
|
by shangy
read information entered and display
|
|
[no replies]
|
by murdok
Linker error [undefined reference to ..]
|
|
[9 replies] Last: How the hell is this compiling?? (it does compile in code::blocks!!) ... (by JCaselles)
|
by Ali89
how to write different types (string, int, double, etc..) into each line of a file ?
|
|
[2 replies] Last: Do not include in an output stream new line character and all you data... (by vlad from moscow)
|
by aznairjordan
Trying to copy txt from one file to another
|
|
[4 replies] Last: wow. thank you LOL (by aznairjordan)
|
error: invalid use of incomplete type ‘struct Queue’ |
|
[8 replies] Last: It is awully! I already wrote The compiler shall know the definitio... (by vlad from moscow)
|