Simple question (1,2) |
|
[23 replies] Last: #include <iostream> #include <cmath> using namespace std; int main... (by rithan)
|
by cossworth
hi just starting to learn C++ and need to bounce i few questions off someone please
|
|
[3 replies] Last: Ok thanks for letting me know my compiler told me it was decrepit and ... (by cossworth)
|
by Jodezilla
My function works but is missing one thing......
|
|
[5 replies] Last: This part: letter= inputString ; if (letter=='a' || letter=='e' |... (by Gaminic)
|
by whocares21
Something wrong about pointers and struct?
|
|
[6 replies] Last: ah ok i noticed my mistake now. now im coding it:) thanks buddy (by whocares21)
|
by ShienZ
How to calculate price for call duration with 2 different rate?
|
|
[no replies]
|
by teaflavor
Break and continue nested loops problem.
|
|
[4 replies] Last: So in your loop, the break statement only exits the second loop, and t... (by Caprico)
|
by Lhimez
Theres an error...
|
|
[7 replies] Last: Meh. Ill consider it :P (by Lhimez)
|
by lindsey laho
Dynamic structure array inside of a structure?
|
|
[2 replies] Last: THANK YOU! You saved me from hours of endless trial and error. I could... (by lindsey laho)
|
by Caprico
Parameterized Constructor doubt...
|
|
[5 replies] Last: Stewbond, yeah, I've already gone through everything this site has to ... (by Caprico)
|
by Muckle ewe
Declaring new arrays in a loop
|
|
[3 replies] Last: Yes... usual variables have a scope only in the block they are defined... (by Caprico)
|
please i need your help to creat this program as soon as possible |
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/55951/ (by Caprico)
|
log formula |
|
[3 replies] Last: There is only functions with base e and base 10. But I found this tha... (by Peter87)
|
by zz77z
I don't understand this !!!
|
|
[2 replies] Last: Also this one if you don't mind ^^ :::: start with publication, bo... (by zz77z)
|
by nebula
How to properly use cin.fail()?
|
|
[no replies]
|
by Hammad50
Why array of length zero.
|
|
[2 replies] Last: bro i m a beginner and dont know ISO C99 and C90 plz tell me in simple... (by Hammad50)
|
by Shaurya
Replacing space with hyphen in a string
|
|
[2 replies] Last: Thank you so much...ur code is much simpler..I myself made a similar t... (by Shaurya)
|
by nmf1992
Calling a function in an if statement
|
|
[2 replies] Last: Ok, thanks. (by nmf1992)
|
by ratman3141
C++ 'do nothing' command?
|
|
[4 replies] Last: Just to make the intention explicit... use continue in loops e.g. int... (by closed account 1vRz3TCk)
|
by Ketul Shah
Difference
|
|
[2 replies] Last: Nothing, as far as declaration is concerned... (as far as my knowledge... (by Caprico)
|
by Shaurya
Vowel count !
|
|
[6 replies] Last: thanks agaiN!!!!!!!!!!!!! (by Shaurya)
|