by andrepd
Segfault on getline
|
|
[9 replies] Last: I've fixed that, however it has nothing to do with the segfault. It se... (by andrepd)
|
by AlitCandle
What am I thinking of?
|
|
[4 replies] Last: You're welcome. In future googling "c++ numbers integers structure" o... (by agnophilo)
|
by Aquos
What is the purpose of C++?
|
|
[6 replies] Last: I'm no expert, I'm a newbie myself. A little less green perhaps. (by agnophilo)
|
error: assigning to 'char' from incompatible type 'const char [2]' |
|
[4 replies] Last: I am confused, tell me what input you're putting in. (by agnophilo)
|
by shakcpp
trouble with cpp problem, for loop, need Help!
|
|
[1 reply] : Just create a loop that outputs each of those values to a global varia... (by agnophilo)
|
by zmlink
question about input values
|
|
[3 replies] Last: The for loop and the while loop are not the same thing. http://cplu... (by agnophilo)
|
Array question? |
|
[3 replies] Last: Or if you mean the symbols themselves (parentheses) {braces} So in... (by agnophilo)
|
How to do this if not this |
|
[2 replies] Last: If (numerator1 == 0) && numerator2 == 0 && denominator2 == 0) cout <<... (by agnophilo)
|
by shrina
file reading txt
|
|
[4 replies] Last: So how can we store the round 1, round 2 those details?? (by shrina)
|
by xnorax
polymorphism c++
|
|
[7 replies] Last: Good. (by keskiverto)
|
Function question |
|
[2 replies] Last: The type of the function is the type of data it returns. Declaring it... (by agnophilo)
|
by activecat
Decode JPEG image
|
|
[2 replies] Last: I need to do the jpeg encoding/decoding by myself. Later I will try to... (by activecat)
|
by bill265
Help!
|
|
[4 replies] Last: the program is suppose to create an initial shape of ***'s in anrray d... (by bill265)
|
Storing Strings in arrays |
|
[3 replies] Last: "Some sort of array" depends on how you are going to access elements, ... (by vlad from moscow)
|
by Zu007
how to create exe file?
|
|
[3 replies] Last: #include <cstdlib> int main() { std::system("file1.exe"); st... (by Catfish3)
|
by Pter0dactyl
books for java beginer
|
|
[5 replies] Last: www.google.com (by mutexe)
|
by David joh
Beginner troubles
|
|
[4 replies] Last: fatal error: iostream: No such file or directory Your compiler does ... (by keskiverto)
|
by shrina
Reading from a txt file
|
|
[3 replies] Last: Assuming that the name does not contain white spaces, something like t... (by JLBorges)
|
by mhlester
Convert line in text file to another format
|
|
[2 replies] Last: Hi, JL, Thank you for your reply. The input for lines 3 and 4 comes ... (by mhlester)
|
by mikimaise
vector + array
|
|
[2 replies] Last: Hello again, I have managed to solve the problem, everything is fin... (by mikimaise)
|