by Jot18
Need help
|
|
[3 replies] Last: Basically the program needs to calculate fines...for books...the progr... (by Jot18)
|
by Jot18
Code not working properly
|
|
[5 replies] Last: No Keep the while condition as growth<0 only Now does it work? (by Jacob Sunny)
|
by LazyTom
Do/ While goAgain Loop. Help.
|
|
[2 replies] Last: I reported you for deleting your original question, and leaving pointl... (by TheIdeasMan)
|
by R3DKILL
Writing code
|
|
[6 replies] Last: Great example @JLBorges ;D (by eyenrique)
|
by Jose94ji
Why wont my program cout?
|
|
[2 replies] Last: can you use strings instead of char types? and when you call a functio... (by eyenrique)
|
by potatoeSalad
Problem with functions returning a value.
|
|
[6 replies] Last: when i run the program, it seems good up until when it asks for a valu... (by potatoeSalad)
|
by halpmepls
Help converting string to double
|
|
[1 reply] : It appears as though strtod doesn't accept a parameter of std::string.... (by Danny Toledo)
|
For count help. |
|
[2 replies] Last: The normal idiom for doing something a set number of times is: for ... (by TheIdeasMan)
|
by roger911
vectors
|
|
[1 reply] : If you mean std::vector<int> then you don't have to. (by a k n)
|
by ephekt
linker error undefined reference
|
|
[1 reply] : Line 38 CounterType:: is missing. (by Chervil)
|
by EtDecius
Too much memory allocated via new char[]?
|
|
[2 replies] Last: Thanks for the response. If I understand correctly, the line myStri... (by EtDecius)
|
by Laughingman
illegal else without matching if
|
|
[1 reply] : Remove the semicolons from lines 13, 17 and 21. (by Danny Toledo)
|
by LazyTom
Printing the Alphabet. Shape
|
|
[3 replies] Last: Oh, well. I modified your printDiamond function. Here you go: voi... (by Josue Molina)
|
seeking critique/feedback/criticism chess program |
|
[10 replies] Last: Sorry idk what sort of documentation you are expecting. All i did was ... (by MarketAnarchist)
|
by WyntrHeart
How to sort array elements?
|
|
[14 replies] Last: I think I will learn about sorting methods later then. I like to exerc... (by WyntrHeart)
|
by jheard901
Merging Queues and Hash Tables
|
|
[1 reply] : Hi there, It sounds a lot like you're trying to reinvent std::unorder... (by closed account o3hC5Di1)
|
by antirsi96
What's wrong with my program?
|
|
[5 replies] Last: Thank You again! (by antirsi96)
|
by Cronin
(x == 100) ???
|
|
[5 replies] Last: and i'm suggesting you learn the basics for C++ first. you can find it... (by chipp)
|
by Akis
a beginner ask's for help
|
|
[9 replies] Last: 5.4.2 is the latest release version - last update 25 May 2013 . There... (by Chervil)
|
by Dknight
type of error in goto
|
|
[3 replies] Last: thank you amhndu:) (by Dknight)
|