by rpporter
Need help with program
|
|
[4 replies] Last: You don't have to declare three different structures for holding three... (by codewalker)
|
by Abo3odai
kindly help???
|
|
[1 reply] : It seems to me that C++ would not be the language that you would want ... (by Endl3ss)
|
by Serri
Problem understanding how to get PId
|
|
[6 replies] Last: Disch has said pretty much what I was going to say. The only other ... (by guestgulkan)
|
by sul
std::set problems
|
|
[4 replies] Last: It seems that set has to be declared to something before using it in m... (by Endl3ss)
|
by DJLad16
Can you take out that returned 0 thing?
|
|
[1 reply] : It appears only in Code::Blocks -- it's typically used for debugging. ... (by closed account zb0S216C)
|
by E21C
help C++ problem using while loop
|
|
[14 replies] Last: The progam isnt detecting when i introduce an invalid note, is countin... (by E21C)
|
by razabukhari
How to generate random FLOAT numbers between a specified range?
|
|
[2 replies] Last: Range scaling is another approach here, and is what I would generally ... (by Disch)
|
by hodgesd407
Whats missing in my program????
|
|
[2 replies] Last: I see these things 1) You want to print last name, first name separat... (by codewalker)
|
by youngcoder13
opengl setup xcode
|
|
[no replies]
|
by noczod
Pause probleM
|
|
[2 replies] Last: Second thread on the Beginners section, titled "Console Closing Down".... (by Moschops)
|
by Krovlar
Starting GUI programming
|
|
[3 replies] Last: SDL's video focus is on "drawing", which primarily applies to games be... (by Disch)
|
Do While loop trouble |
|
[2 replies] Last: Ok that makes perfect since. Thanks for your help! (by closed account Ebf21hU5)
|
by vgoel38
Linked List
|
|
[2 replies] Last: oops..i missed it..thnx for pointing out.. (by vgoel38)
|
convert to array |
|
[7 replies] Last: You could do this, which is assigning each number to an integer array ... (by TheJJJunk)
|
by cguckels
Free memory of array that is pointed to
|
|
[1 reply] : *pp was never allocated using new, so you cannot delete it. new floa... (by Moschops)
|
by Hyl
Precision question
|
|
[1 reply] : Are you sure you get that output? I get -0.246092. #include <iostream... (by Peter87)
|
Enter X Y and Height |
|
[3 replies] Last: int Box::getVolume() { for (int i=0; i<5; i++) { return Volum... (by Fransje)
|
by mcoliver88
User to exit the program
|
|
[8 replies] Last: Thats it. Thank you so much guys for all your help :) (by mcoliver88)
|
by G3PO
Long Max question.
|
|
[7 replies] Last: I think so yes. Looks like that's the sort of thing which was asked fo... (by Chervil)
|
Why c++ and other languages don't have built in classes? |
|
[5 replies] Last: some classes are frequently used like student class While learning C... (by Chervil)
|