by wboustany
importing numbers 1 by 1 in a 2d array
|
|
[no replies]
|
by kowbonez
Do not count multiple spaces as words
|
|
[4 replies] Last: #include <iostream> #include <string> #include <sstream> // added ... (by mikeofthenight)
|
by sorthon123
C++ troubles
|
|
[1 reply] : you don't ever return anything from find_root. (by hamsterman)
|
by tonnot
A case of forward instancing, how to know if the object were created?
|
|
[1 reply] : have it point to 0. you should have all unused pointers point to 0. u... (by hamsterman)
|
by tonnot
Can't use Char buffer with strpbrk function ?
|
|
[2 replies] Last: aaarrggssss ! Thank you (by tonnot)
|
by mothmann
Math arc length and points
|
|
[3 replies] Last: L/r = angle in radians? Yes. To find a point on the arc, you can... (by matsom)
|
by tonnot
Urgent ::I can't define a function to accept "" or NULL
|
|
[3 replies] Last: Why do you call class<<NULL ? If you have a char pointer you can chec... (by Bazzy)
|
by gatmalice
Passing structures to a function [need assistance please!! D:]
|
|
[9 replies] Last: You don't need to use pointers. You can pass it by (const) reference i... (by Bazzy)
|
by nekoxandu
ceil not working?
|
|
[4 replies] Last: now it's telling me that in converting from an int to a double. //... (by nekoxandu)
|
by SFX9901
Point me to the right direction (no pun intended)
|
|
[13 replies] Last: Thank you :) (by SFX9901)
|
by shan03
Linker error?
|
|
[1 reply] : You need to link against the library that offers you the function err_... (by Zaita)
|
by gemineye904
Struggling with program using functions, vectors and sorting.
|
|
[3 replies] Last: Student LIST ; cout << "How many students are in the class?" << ... (by Zaita)
|
by pelotron
cin statement being skipped
|
|
[3 replies] Last: Cool, thanks guys. Another one down. (by pelotron)
|
by xCaldazar
cin char and spaces ' '
|
|
[3 replies] Last: There is also the noskipws manipulator. (by Duthomhas)
|
by tonnot
A strange behavior of overloaded operator '<<'
|
|
[4 replies] Last: Likewise, you need to qualify all your argument types with const . ... (by Duthomhas)
|
by turbowhat
New to C++, code written, look at code 4 me?
|
|
[5 replies] Last: Awesome, thank you very much, I appreciate the help. It looked more c... (by turbowhat)
|
by tonnot
How to process a few << << << operators as one ?
|
|
[2 replies] Last: If you want to have all the data delivered at the same time, you can u... (by Bazzy)
|
by gberg927
namespace and includes causing compiler issues.
|
|
[4 replies] Last: It's going to be the same deal as before, you need to include Function... (by Roastern)
|
by daveofva
Variable being used without initialized
|
|
[4 replies] Last: Oh, Awesome! Thank you so much! (by daveofva)
|
by knightx
Did I do something wrong?
|
|
[7 replies] Last: If you want to make this program to work, just swap line 14 with 15,... (by TJbla2e)
|