by Mario0702
Need help with implementation , header and driver
|
|
[2 replies] Last: In this case I take "driver" to mean a test driver ; a test driver ap... (by andywestken)
|
by yhu420
while() conditions
|
|
[14 replies] Last: I have seen in ugly code many times: if(condition) ; else stat... (by LB)
|
by rosan
it is solved... :)
|
|
[14 replies] Last: First of all, a LIFO would be considered a stack, not a queue. In the... (by doug4)
|
by jdwdrums
Program won't process completely
|
|
[2 replies] Last: Thank you! I was just logging on to say I figured it out. Curly brace... (by jdwdrums)
|
by evan1991
Programming
|
|
[3 replies] Last: Thanks everyone for your help. I wi try one more time later but really... (by evan1991)
|
by addidas21
cin.ignore and getline are not working properly
|
|
[no replies]
|
Private virtual |
|
[1 reply] : This article explains everything: http://www.gotw.ca/publications/mill... (by LB)
|
by phlowt
ASAP Please help me :(
|
|
[3 replies] Last: We can't help you since we don't have the compiler error. Or can we? ... (by yhu420)
|
by mitchsoje20
class ship
|
|
[7 replies] Last: You can't name your constructor "records" like you did above. A constr... (by tipaye)
|
by mitchsoje20
critter is dead
|
|
[2 replies] Last: Well here's a simple way to test if the Critter is still alive or dead... (by Uk Marine)
|
by gameallday
Can anyone help me convert this code into a nested while loop? i'm having trouble and I need to get this done by tomorrow :I
|
|
[1 reply] : ALWAYS use int main(). You also need to use either: using std::co... (by Mats)
|
by Marc Colome
Direction moving (sine and cosine)
|
|
[3 replies] Last: It looks like you are rotating the camera to give the appearance of th... (by CoderGuy254444)
|
by lilpaul04
HOW TO SHUFFLE A WORD?
|
|
[4 replies] Last: coz no one answering my question.. That's not true. You got answer... (by MikeyBoy)
|
by Sreepadma
Arrays
|
|
[1 reply] : since the array operator leads to addition it is commutative (by coder777)
|
by gameallday
Creating a half triangle using nested loops?
|
|
[2 replies] Last: Looks like you meant the output should be: 5 54 543 5432 54321 In wh... (by ajh32)
|
by azntrindo
Help with Pointers
|
|
[4 replies] Last: Apologies everyone, point taken. (by tipaye)
|
by codymahen
Need Help :(
|
|
[3 replies] Last: A cleaner way: } while (toUpper(p1) != 'P' && toupper(p1) != 'R' && ... (by MikeyBoy)
|
What should i learn now. |
|
[1 reply] : The best way to learn is to do. Think of a project you can do, and tr... (by MikeyBoy)
|
by bobhaha
Binary ACSII Text Converter - Help
|
|
[1 reply] : string input; cin >> input; for (unsigned i=0;i<input.length();i+... (by tath)
|
by FatalSleep
data type problems.
|
|
[2 replies] Last: Hmm.. seems like I was correct, data conversion and what not. Also tha... (by FatalSleep)
|