by silva1996
Reading from multiple .txt files.
|
|
[6 replies] Last: Thanks for that I will try it! (by silva1996)
|
by yepMe
do while not working properly..
|
|
[2 replies] Last: @disch thanks a lot :) ... It was so silly of me to miss that :) (by yepMe)
|
by femiCPP
Write a program (1,2)
|
|
[20 replies] Last: @MiiNiPaa That isn't beneficial to the OP, as it hides the procedures ... (by closed account j3Rz8vqX)
|
by Ruthless
Problem with write()/read() function using pipes in Linux
|
|
[1 reply] : 1. What does the text look like before write? 2. Try getline instead ... (by keskiverto)
|
by ECEsasha
Project Euler Problem 4?
|
|
[2 replies] Last: When you solve a Project Euler problem you gain access to a forum wher... (by cire)
|
by kong288
Box collision with a a vector of objects and a player
|
|
[5 replies] Last: Take a look at this example, which was directly inspired by: http://ww... (by xismn)
|
Understanding World Jumble Program. |
|
[6 replies] Last: An enum is a way to set the values of multiple ints at once. enum fie... (by Yay295)
|
by alex067
Argc and Argv
|
|
[7 replies] Last: How would the code be constructed? i managed to have the user input t... (by Chervil)
|
by motez23
Virtual methods in inheritance classes.
|
|
[2 replies] Last: The print 's on line 93 (of Quadritateral) and on line 49 (of Trapezo... (by ShodanHo)
|
by WaterLeak
Need help with converting !!
|
|
[6 replies] Last: Sweet! thanks man (by WaterLeak)
|
by ROBOSPOOK
Direct access to disk via Int 13
|
|
[1 reply] : Well Gee don't everyone respond at once now.. (by ROBOSPOOK)
|
by Dosa
For loop not starting in sub-function
|
|
[3 replies] Last: It will execute till false. The kind of expression you are probably af... (by CodeGoggles)
|
list and array dont have capacity |
|
[8 replies] Last: Put four dashes between the code and the output: [code tag] std::cout... (by Lowest0ne)
|
by DEnumber50
Reading in from a file
|
|
[5 replies] Last: You created your array within the scope of an if statement if (file.i... (by Yay295)
|
by xx1182
Comparing a char array
|
|
[11 replies] Last: You do not need parentesis because you do not calling function. You ar... (by MiiNiPaa)
|
by jgreer6003
End of stream detection
|
|
[5 replies] Last: That fixed it. I thought the terminal character would be added when th... (by jgreer6003)
|
by h4ever
solved: did you delete my question?
|
|
[6 replies] Last: If you idle too long on the browser, you will, sometimes, get disconne... (by closed account j3Rz8vqX)
|
vector<char> to string |
|
[2 replies] Last: Waw how stupid I`m I :) Thank you ;) (by closed account EwCjE3v7)
|
by AgentX4000
My Flappy Bird
|
|
[5 replies] Last: Hmm... your maze is wrapping and returning to the left side; which see... (by closed account j3Rz8vqX)
|
by darkn3ss
C++ primer 5th edition
|
|
[3 replies] Last: C++ Primer only introduces console programs. In fact, the only book I ... (by closed account z0My6Up4)
|