executing code in a different file |
|
[5 replies] Last: cool, thanks, I am not writing a virus, but find it fascinating. I fo... (by closed account zwA4jE8b)
|
Problem in code |
|
[1 reply] : If it's const, that means you can't change it. Calling clear() should... (by kbw)
|
by molus87
I need help finishing that program please
|
|
[3 replies] Last: I thought I was done but when I tried compiling it, some the options j... (by molus87)
|
by Shakazahn
Multi Threads Programming
|
|
[no replies]
|
by Karajic
THE CHALLENGE!!!
|
|
[4 replies] Last: A 2D array in C++ (or C) must have its second dimension known at ... (by ne555)
|
by MatrixZ
Why I can not convert float to int correctly
|
|
[4 replies] Last: double is innaccurate too. You may want to round instead of truncate... (by ne555)
|
by mattia
Difference between seekp() and seek()
|
|
[3 replies] Last: so i can use seekg for writing without any problem, right? No. seekg(... (by helios)
|
by samusamu
modifying streambuf of an istream object
|
|
[2 replies] Last: I was trying to stay stick to standard library. I will definitly give ... (by samusamu)
|
by nomdaweb
Need help combined 2 lists into 1 newlist. Almost there.
|
|
[1 reply] : There are some thinks I don't properly understand: 1st: when you combi... (by samusamu)
|
by Ricardo R
arrays
|
|
[1 reply] : for(int j=0; j<numElements; j++) { list1 =list1 -average; cout << " ... (by samusamu)
|
by albert0701
Help, urgency!
|
|
[2 replies] Last: you have to write the code first .. we will help you to fix the error ... (by bluecoder)
|
by isnork
Issue with dynamic casting
|
|
[4 replies] Last: Ok! Thanks helios! (by isnork)
|
by taloosheh
gpa for male and female students ?
|
|
[1 reply] : What is a question that inputs a set of letter codes f for female an... (by cnoeval)
|
y dis output?? |
|
[4 replies] Last: To strengthen Moschops's generaly correct answer, it's not just a "rul... (by Cubbi)
|
Problem with a 2 dimensional array |
|
[3 replies] Last: 01. #include <iostream> 03. #include <iomanip> 03. 04. using namesp... (by scott freeman)
|
by subith86
Rounding off numbers
|
|
[1 reply] : The only way without changing calculateAvailableUnits() is to relax th... (by helios)
|
by Xiphias
sparse matrix with classes and linked list
|
|
[3 replies] Last: I updated my first post and used code tag also updated a more full cod... (by Xiphias)
|
by Paritosh P
Hello guys
|
|
[4 replies] Last: thanks (by Paritosh P)
|
by thenoob
LETS PLAY A GAME... decent into c++ madness.
|
|
[8 replies] Last: im getting some crazy error messages... that i dont know what they ar... (by helios)
|
by dupdupdup
operator<< overloading
|
|
[9 replies] Last: Before i print the class do i have to do this all the time? pd.operat... (by codekiddy)
|