by leguminous
about reading integers in a string
|
|
[3 replies] Last: Oh, I made it. Thanks. (by leguminous)
|
by Bluejayswhs
Slot machine c++ code question
|
|
[1 reply] : Your switch() only executes if choice is 1. What you want to do is ... (by jsmith)
|
by aeson25
Getting an output while running a program without using \n
|
|
[6 replies] Last: Awesome!! That worked perfectly. Thanks! (by aeson25)
|
by taklct
number change to words
|
|
[4 replies] Last: take a look at where you can re-use switch statements you've already c... (by jpeg)
|
by acevans2
displaying numbers properly/comparing character input
|
|
[4 replies] Last: Hmmm.. tried switching everything to a double but that didn't work for... (by acevans2)
|
by taklct
c++ switch problem
|
|
[3 replies] Last: thanks you for your answer i know what i'm wrong now^^ (by taklct)
|
by vexstorm
Strings..?
|
|
[1 reply] : C++ getline http://www.cplusplus.com/reference/string/getline.html ... (by jpeg)
|
by jyzap
Calendar Program
|
|
[12 replies] Last: geeezz! thats my project too! but its a calendar from 1901 to 2008! ... (by kwncy)
|
If (argv[1] != argv[1]) { Why(); } //? |
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cstring/strcmp.html (by helios)
|
by technotronix
Can anyone do this or even make this?
|
|
[1 reply] : No one is going to do your work for you, you should take a look at the... (by Umz)
|
by Stanrule1
output being saved into a separate file
|
|
[1 reply] : Try splitting up the program into functions so that main has less to d... (by Umz)
|
by Liangara
Trouble Using C++ Program
|
|
[7 replies] Last: I use VC++ and to get a "blank" project you need to select a Win32 Con... (by eker676)
|
by ijk5tra
read "white spaces"
|
|
[2 replies] Last: ok, thanks, its work ;) (by ijk5tra)
|
by Vector
Atoi with String varaible
|
|
[3 replies] Last: sLine has the contents of the file. What i did in C Syntax is used ... (by Vector)
|
by UconnDan
Trouble with a Do While loop
|
|
[10 replies] Last: Worked it out, and got everything to work. Thank you very much everybo... (by UconnDan)
|
by Vincenzo
Pointer assigned to correct memory location not working
|
|
[3 replies] Last: Vencenzo, please do not post to multiple forums. The thread is also a... (by jsmith)
|
by Evote
Quick Question Adding Strings and Floating point.
|
|
[1 reply] : Your code isn't much better with all the extraneous parens. What is... (by jsmith)
|
by aboutjeab
iterator to access STL list
|
|
[1 reply] : Please post your original code. There are many grammatical errors in ... (by jsmith)
|
by main
struct in struct
|
|
[1 reply] : There isn't enough information to be able to answer either question. (by jsmith)
|
by Kidd87
linked list problem
|
|
[1 reply] : Please do not post in multiple forums. I answered your question here:... (by jsmith)
|