by Tier
Compiler Error - expected primary-expression before ...
|
|
[5 replies] Last: @ mpruisu He doesn't need globals... Please don't post code that cal... (by Duthomhas)
|
by tagir
urgent c++ code (1,2)
|
|
[27 replies] Last: Or: #include <iostream> /* definitions omitted. */ _ __ ______ _____... (by anonymous23323124)
|
by Sgtwisky
output repeats forever in do while loop
|
|
[5 replies] Last: well the cin.clear(); did not work alone. did some digging though an... (by Sgtwisky)
|
by Tier
Code Problem - not getting the expected results
|
|
[2 replies] Last: thx firedraco. that really helped me. My problem were the 2 divisions ... (by Tier)
|
by IvanLi
how can i read file and store data into string?
|
|
[1 reply] : ... while( !fin.eof() ) { //insert all the data into str str... (by Mathhead200)
|
by hadimotamedi
Inquiry
|
|
[3 replies] Last: I'm really not sure what _far does, but from the context I'd say it'... (by Mathhead200)
|
Splitting Up Word/number for Palindrome |
|
[5 replies] Last: Hey I'm working on the project again and have a question. I used a st... (by ecstasyaeternus)
|
by CRBottini
Stuck on while loop paramaters
|
|
[7 replies] Last: Hmm..... but still he needed to srand or the randomizing will give the... (by mpruisu)
|
by malikrgc
string
|
|
[12 replies] Last: [quote=malikrgc]what you think writing some codes makes you Scientist ... (by Mathhead200)
|
by Blessman11
Visual Studio Multiple Projects in a solution?
|
|
[no replies]
|
by remojr76
Could someone answer a couple of questions about this code?
|
|
[11 replies] Last: Just wondering remojr76 , when you multiply two numbers you get a num... (by Mathhead200)
|
Console Print out Checker board |
|
[2 replies] Last: if (lineCount == (1||5||9||13||17||21||25||29||33)) //it doesn't w... (by Mathhead200)
|
by bbcc
Class I
|
|
[7 replies] Last: /* * here we create an int, * it gets destroyed when it leaves ... (by Mathhead200)
|
by Agnes91
Input from console
|
|
[5 replies] Last: Win generally comes with the header conio.h which contains the functio... (by Moschops)
|
by yeti000
Radians to degrees, minutes and seconds
|
|
[4 replies] Last: You need to use double or float constructors in order to attain a degr... (by hackthisred)
|
MinGW, std::bad_cast, "expected type-specifier" |
|
[2 replies] Last: Yes I did mean runtime_error. And thank you so much - I guess I should... (by anonymous23323124)
|
by romer123dd
help me with this one
|
|
[2 replies] Last: #include <iostream> using namespace std; int main(){ int x; // x g... (by hackthisred)
|
by GUY25
Stuck with If statements
|
|
[2 replies] Last: @GUY25: Same as the above ( see : http://www.cplusplus.com/forum/begin... (by lnk2019)
|
by kassik
read a long int frim a file and save it in the array
|
|
[4 replies] Last: Actually I guess the problem is the variables. because when I use this... (by kassik)
|
How to loop the template arguments? |
|
[3 replies] Last: Thanks a lot One thing you can do is write a separate program to gen... (by stereoMatching)
|