by tejas1995
String - Int- String Conversion
|
|
[3 replies] Last: tejas1995, If you are going to use .net [via C++/CLI ] then I suggest... (by closed account 1vRz3TCk)
|
by Stokes
Quadratic Formula Solver
|
|
[4 replies] Last: Hello, coolishmike. This link may prove useful to you: http://www.joh... (by AWH)
|
by RICEFREAK
I need help in C!!
|
|
[5 replies] Last: RICEFREAK, You probably have a rouge char hanging around in the input... (by closed account 1vRz3TCk)
|
by mathnerd24
primary expresion error
|
|
[6 replies] Last: Here's Norvig's take on it. He explains it far better than I could. ... (by Moschops)
|
by Americo
looping check problem
|
|
[12 replies] Last: Yea no problem. However for the code above you shouldn't need to expl... (by drunken meerkat)
|
by bool maybe
Why doesn't my default argument work?
|
|
[2 replies] Last: That helped. Thanks. (by bool maybe)
|
by hardware
Greetings Everyone :)
|
|
[6 replies] Last: ... the C++ class I am taking is indeed the introduction course. I don... (by hardware)
|
by Curon
Troubleshooting this program. Assistance would be appreciated.
|
|
[3 replies] Last: Gentlemen, Thank you very much for your assistance. The program now ... (by Curon)
|
by JoshMP
Getting an error for a recursive function call with a string
|
|
[5 replies] Last: Does anyone know how to fix this error? (by JoshMP)
|
Download my calculator (beginers,comes with source code!)) |
|
[1 reply] : @learningtocode14 I liked your calculator program. I especially liked... (by whitenite1)
|
by alpharens
Do-While Statement Not Ending
|
|
[2 replies] Last: Thanks for the quick response, shacktar, that solved my problem! (by alpharens)
|
please help again... |
|
[3 replies] Last: [quote=NiNjAassasin545](i assume it is better than ASM because more pp... (by Intrexa)
|
How do i make it that the user can input a phrase instead of a number |
|
[3 replies] Last: Thank you very much! (by learningtocode14)
|
Completely lost on my big program about flights |
|
[6 replies] Last: Wow now that you just said that suddenly reminded me that I'VE ONLY BE... (by skatingrocker17)
|
please help me understand this... |
|
[3 replies] Last: k i understand know thanks a lot AWH and Athar (by NiNjAassasin545)
|
by Kris Cell
multiple input for a single variable?
|
|
[2 replies] Last: You probibly want something like this: struct Car { string manuf... (by Mathhead200)
|
Declaring classes w/ same funcs/vars? |
|
[4 replies] Last: Thanks Mathhead200! Your post helped me classification and the importa... (by hellohellomoon)
|
by maria536
Digit Extraction
|
|
[13 replies] Last: Thanks I will try it and see if it works, thanks everyone for all your... (by maria536)
|
by TimL
Using recursion to work through a maze
|
|
[6 replies] Last: [quote=TimL]Unfortunately I am not familiar yet with queues, lists, st... (by Mathhead200)
|
by eXodus123
Physically opening a File in C++
|
|
[5 replies] Last: ShellExecute(NULL, "open", (dir + "\\output.txt").c_str(), NULL, dir.... (by shacktar)
|