by Darkkillex
If-else problem
|
|
[2 replies] Last: That solved my problem, thanks! :) (by Darkkillex)
|
by Dirk23
read file
|
|
[1 reply] : You should look at this example http://www.cplusplus.com/reference/cst... (by mariostg)
|
by nukeboy666
Hangman issue
|
|
[1 reply] : I solved my own issue, i decided to save guessed letters into a new st... (by nukeboy666)
|
by ain najwa
please check mine :)
|
|
[5 replies] Last: oh..... thank u very much for ur help! i need to push much effort to ... (by ain najwa)
|
by janekkubek
floating to hexadecimal - writing function
|
|
[1 reply] : http://en.wikipedia.org/wiki/Positional_notation#Base_conversion Shoul... (by MiiNiPaa)
|
by Olysold
Trouble understanding break and scope of for loop.
|
|
[2 replies] Last: Thanks a lot Chervil, that cleared things up nicely. Appreciate the ad... (by Olysold)
|
by eblader
structs and functions
|
|
[5 replies] Last: thank you very much edit: changed it to void, still works fine (by eblader)
|
by tnjgraham
How to use tab(/t) with Format
|
|
[3 replies] Last: That should work. You don't have to put each string in double quotes,... (by binarybob350)
|
by zubehor
reading a line of unsigned integers with spaces
|
|
[9 replies] Last: Not the same, but similar in one-two thing: http://www.cplusplus.com/f... (by fx11)
|
by h4hLover
string not added to list
|
|
[2 replies] Last: The problem is in your while loop. tempString is the first element, w... (by binarybob350)
|
by abzksm
need some help please
|
|
[1 reply] : If y is of type int and y > 0 you can try: long power = 1; for (int... (by abhishekm71)
|
by Guzfraba
create X objects
|
|
[9 replies] Last: Dynamic allocation (new/delete) can get very complicated very quickly.... (by Stewbond)
|
by justin123
CALCULATNG
|
|
[3 replies] Last: float sales, commision; cout << "Enter sales: "; cin >> sales; commis... (by Stewbond)
|
by Dorim
Game list_Immediate Help
|
|
[1 reply] : First off please use codetag whenever you post your code to the forums... (by closed account 3qX21hU5)
|
by jmbanez
need some definitive comments please
|
|
[1 reply] : You want to know what this program is doing. Is that your question? I... (by Chris Meyer)
|
by Fyah
How can I create a DO WHILE LOOP MENU in C++?
|
|
[2 replies] Last: #include <iostream> using namespace std; void printMenu(); void ente... (by tntxtnt)
|
by Billy George
Trying not to write two FOR loops
|
|
[6 replies] Last: - Don't worry about it, just programming and having fun. (by thejman250)
|
by Chris Meyer
assignment, must use qsort in member function. help.
|
|
[no replies]
|
COMPILING ERRORS |
|
[8 replies] Last: No that is great info thanks for taking some time to clear all this up... (by closed account 91AfSL3A)
|
by bigyankeefan
Pointer help
|
|
[6 replies] Last: Thanks too vin, much appreciated (by bigyankeefan)
|