by vxk
Copying string using pointers
|
|
[18 replies] Last: Yes there is a need. There is no string without the ending null cha... (by shadowCODE)
|
by Ch1156
Creating a newline in a string
|
|
[1 reply] : I guess that you're looking for the insert function of the string: ht... (by coder777)
|
Any good book with c++ exercises |
|
[2 replies] Last: Ok will do:) Thanks for the help:D! (by FilthyPeasant)
|
by Arnau
Problem with cin
|
|
[3 replies] Last: Yes: use stringstream and getline : #include <iostream> #include <i... (by MiiNiPaa)
|
by spring2014
let us investigate parachuting code in C++ together
|
|
[2 replies] Last: [quote=spring2014]I read the C++ book written by Schildt. *Shudders*... (by MrHutch)
|
by kemkoi
Problems with a for loop
|
|
[2 replies] Last: Yes it should me i < last and i should be asigned as a float not an in... (by kemkoi)
|
Neural Networks |
|
[no replies]
|
by Arnau
Help with program
|
|
[5 replies] Last: thanks to all of you !! I solved the problem :) (by Arnau)
|
by mrahim9
converting inches to yards, feet, inches
|
|
[5 replies] Last: system("PAUSE"); ^^ place that above return 0; Do not do this. R... (by mutexe)
|
What is wrong with my program? |
|
[6 replies] Last: It runs OK using the gear wheel here. Maybe you need to clean and rebu... (by closed account 48T7M4Gy)
|
by krad23
Confused about including headers
|
|
[4 replies] Last: good point, i checked the library header and it has a #pragma once so ... (by krad23)
|
Help with do...while problem |
|
[2 replies] Last: 1) Please next time post compiling code 2) Main problem you have is th... (by MiiNiPaa)
|
by ubaudensi
Help me guys
|
|
[2 replies] Last: http://www.cplusplus.com/reference/cmath/sqrt/ (by mutexe)
|
by immadogewow
Condition at while not working
|
|
[7 replies] Last: Anyone? (by immadogewow)
|
by skwigelf
Please help with do while loop
|
|
[3 replies] Last: Thank you!!! I changed it to long long now it seems to be working :D (by skwigelf)
|
by vampirenelf
Help in Loops
|
|
[8 replies] Last: Sorry.... my mistake. i get some ideas but still confused... i need to... (by vampirenelf)
|
by windude008
Problem displaying arrays across member functions
|
|
[1 reply] : I had placed a for loop inside the constructor right after the produc... (by Danny Toledo)
|
Header, Driver, and .cpp files running together |
|
[6 replies] Last: That's actually what I ended up doing and it fixed my problems. Thanks... (by psychoticbear)
|
by Raigeki
can't get only one statement to appear
|
|
[7 replies] Last: That's the idea :-) Try it out. The only thing to watch is to avoid du... (by closed account 48T7M4Gy)
|
How to handle two counter variables in a for loop |
|
[3 replies] Last: :p Yes, you are right!Thanks (by Knightrider29)
|