| 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)
|
| 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)
|
|
by suraya
random number generation
|
|
|
|
[4 replies] Last: Try this #include <iostream> using std::cout; using std::endl; #in... (by eyenrique)
|
|
by elmurp
How do I make a function that produces a linked list?
|
|
|
|
[2 replies] Last: > How would I go about making a linked list by using a void function? ... (by JLBorges)
|
|
by Aceix
Simple SFML problem here
|
|
|
|
[3 replies] Last: Thanks, Working on it. Aceix. (by Aceix)
|
|
by gladi
insertAt front in a duobly linked list
|
|
|
|
[1 reply] : Why do you have to go till end for adding in front of the linked list.... (by writetonsharma)
|
|
by KevinP
Using a string array and int array together.
|
|
|
|
[1 reply] : You need to save the index of the highest and lowest populations. #i... (by Yanson)
|
|
by David joh
Error message
|
|
|
|
[2 replies] Last: have u checked your source file extension? make sure it is .cpp and no... (by GaGoKoYa)
|
|
by SlatA
Wav file to stereo file. HELP!
|
|
|
|
[5 replies] Last: Does yours resemble this at all? I'm pretty confused. #include <ios... (by melissa9675)
|