by lolek4551
Currency calculator
|
|
[no replies]
|
by nietzschea
open dat file and print on screen
|
|
[13 replies] Last: Well your datafile isn't ASCII but its binary and explains why my exa... (by Codermik)
|
by jayantwakode
use of struct
|
|
[no replies]
|
by cnsk90
TERMINATING THE SWITCH FUNCTION!!HELP!!
|
|
[4 replies] Last: thank you !!! (by cnsk90)
|
by doctorX
Error handling problem
|
|
[3 replies] Last: http://www.cplusplus.com/reference/cctype/isdigit/ http://en.cpprefere... (by LB)
|
by rm5393
Help with Posting Winner
|
|
[4 replies] Last: I was able to get it looking at another example, thanks anyway. (by rm5393)
|
by MaciejG
Comparing 2 elements in array's and counting how many of them are the same.
|
|
[3 replies] Last: Ah, what's happening is that the compiler sees that the loops do nothi... (by LB)
|
by Stephanie16
Money Program
|
|
[1 reply] : Please use code tags: http://www.cplusplus.com/articles/jEywvCM9/ The... (by LB)
|
by rshoe
Working with arrays
|
|
[3 replies] Last: Of course, glad I could help. (by MagicalForestElf)
|
by dariusd7
How to read text file (1,2)
|
|
[20 replies] Last: Show your whole program as it is now. (by LB)
|
by slothybear
Count occurrences of every character in a string
|
|
[9 replies] Last: if(counts >0) { cout << static_cast<char>(i + 'a') << ": " << count... (by slothybear)
|
How to use arrays from user input in seperate functions |
|
[3 replies] Last: Thank you so much! Helped a lot! (by liquifiednate)
|
by Salright
c++ pointer in void function
|
|
[6 replies] Last: Now I get it, thank you very much (by Salright)
|
by verdude
Merge Sort (Template)
|
|
[1 reply] : Ok, so I figured out that it works when I use the correct parameters f... (by verdude)
|
by Jayhawk
Passing Array to Function
|
|
[2 replies] Last: I inspected my code and I declared 'vol' as a double but tried to pass... (by Jayhawk)
|
by mattig89ch
How do you get doubles to round to the nearest tenth or hundreth?
|
|
[1 reply] : Have a look at this: http://www.cplusplus.com/reference/iomanip/setpre... (by booradley60)
|
by superdaz83
Goto
|
|
[8 replies] Last: It restarts the program from where Menu() was first called No, it doe... (by helios)
|
by ckratz
Validating a phone number
|
|
[4 replies] Last: Oh, c'mon. With that hint in front of you, can't you translate it into... (by JLBorges)
|
by ak16
Difference beteween Heap and Freestore?
|
|
[1 reply] : https://stackoverflow.com/questions/1350819/c-free-store-vs-heap (by Smac89)
|
by Emilov
Bubble sort exercise problem
|
|
[7 replies] Last: Then why didn't you start your topic by stating exactly this? Instead ... (by Smac89)
|