by rkiefer
Need help with simple separate compilation
|
|
[4 replies] Last: Let me give you a push in the right direction. First, a class can hav... (by Soko)
|
by niche
HOw to change this coding into printf?
|
|
[2 replies] Last: it's not a stream, you can't use the stream operator... << this is al... (by ultifinitus)
|
by beeholtz
need to make an array keep calculating until it reaches number 1
|
|
[1 reply] : Well, your code is nothing like your description, and guessing from ... (by matsom)
|
by vencent
How to read again after input EOF
|
|
[2 replies] Last: So once input control-d, no input is accepted from the user, right? (by vencent)
|
by madredcake
Random numers generator (srand(), rand()) VERY BAD distribution
|
|
[12 replies] Last: lord, yours isn't really any different from the normal one. You gotta ... (by hanst99)
|
by ty98
how to make a console program make noise
|
|
[7 replies] Last: Thats cool! (by ty98)
|
by peripheral
how to sreen out numbers from line?
|
|
[12 replies] Last: good evening everyone (by peripheral)
|
by jakecodes
Trouble with Classes
|
|
[3 replies] Last: You will need to specify that the variable is passed by reference in b... (by PanGalactic)
|
by cainen172
dev c++ ?????????
|
|
[8 replies] Last: Dev cpp is not a very ezy program to use. But it is very usfol! her... (by ty98)
|
by ty98
move mouse by a program
|
|
[11 replies] Last: Thanks man! (by ty98)
|
by MNM
Plz help! How to include correctly???
|
|
[11 replies] Last: Glad to hear your problem is solved, however I would again recommend n... (by closed account Lv0f92yv)
|
by ogward
Read file into array (1,2)
|
|
[21 replies] Last: That's not that bad. Though if you are interested in a way to convert ... (by Zhuge)
|
by ty98
help with the wait command
|
|
[6 replies] Last: I did not know that! (by ty98)
|
by ty98
make a program that waits ro 2 seconds
|
|
[10 replies] Last: oh I did not notice that I'm sopposedto capitolize the S in the Sleep ... (by ty98)
|
by isenhart
trouble with int and OOP
|
|
[1 reply] : line 9 of main.cpp is declaring a function. You are messing up things,... (by Bazzy)
|
by KillerkoUK
how to swap 2 arrays with different sizes
|
|
[14 replies] Last: below zero and greater than maxSizeY is not within the bounds of the a... (by prophetjohn)
|
by duboisford
Using sprintf for an array of ints
|
|
[1 reply] : Is there any reason why you don't want to use a loop? (by hanst99)
|
by Maerle
output problem
|
|
[3 replies] Last: Ah I see. No, the problem is that you were trying to output... nothing... (by hanst99)
|
by Tajmie
natural number problem
|
|
[3 replies] Last: Thank you very much! It's working fine now.:) (by Tajmie)
|
find of the std::set |
|
[12 replies] Last: I didn't mean it to be misleading. The point is, you normally don't wa... (by hanst99)
|