Arrange of txt files under one condition |
|
[7 replies] Last: Basically what you are currently doing is: Read in a line. If the 47... (by cire)
|
by ctest
How to solve this problem
|
|
[8 replies] Last: // ------------------------------ // This prog gets a DEPTH, and retur... (by Incis B)
|
by NerdTastic
srand troubles
|
|
[13 replies] Last: So are void functions okay for the others? it's only main that returns... (by NerdTastic)
|
by ranuchi
conversion char to long long from record
|
|
[4 replies] Last: thank you for correct sir, im still learn in C btw Thank you for a... (by ranuchi)
|
by Blessman11
how good is your C++? (1,2)
|
|
[24 replies] Last: Sometimes the Report button gets accidentally pressed instead of Re... (by cnoeval)
|
by Schadek
Making a Zombie C++ game SDL
|
|
[2 replies] Last: I'm in a similar position to you Schadek, learning c++/SDL stuff. As f... (by Shifty89)
|
by dadu
network programming
|
|
[1 reply] : Beej's Guide is good. http://beej.us/guide/bgnet/ (by Moschops)
|
by hariz91
URGENT!!!
|
|
[7 replies] Last: No I don't have skype or facebook. (by Peter87)
|
by Stephie22
for, while loops and switch statement
|
|
[2 replies] Last: Thanx for the tips, it just I don't know how to end my while loop, cau... (by Stephie22)
|
program not working please help. |
|
[4 replies] Last: kay thanks I think I got it, i'll figure out here on out (don't you ha... (by TheRocketRocketMan)
|
by enesorin
How do i tell the complier what to do in a certain case of exception.
|
|
[3 replies] Last: This may also help: http://cplusplus.com/forum/beginner/65220/ http://... (by Stewbond)
|
Recursion program (1,2) |
|
[26 replies] Last: In this two examples firs example may by a little faster if you have s... (by Shinigami)
|
by findme
input text from one file to another file question
|
|
[2 replies] Last: for(int i = 0; i < 3; i++){ std::getline(wormfie, wormline); dtfile <... (by ui uiho)
|
by cdf
dyinamic allocation of class inside class
|
|
[4 replies] Last: No... if I just try for i=1 i still get the seg fault (by cdf)
|
by Factors
Weird Array problem?
|
|
[5 replies] Last: If you want to give a variable x for the array length(what you have tr... (by Cman87)
|
by The2ndQuest
Access violation for arrays in Game of Life
|
|
[4 replies] Last: http://www.youtube.com/watch?v=a9xAKttWgP4 just saying, (by Incis B)
|
by Programmer13
Using try catch
|
|
[1 reply] : You need to set the exception bits. #include <iostream> using names... (by Duthomhas)
|
by findme
program only reads first word
|
|
[6 replies] Last: Don't loop on EOF. [code firstline=13] while (getline(wormfile,worm... (by Duthomhas)
|
by Rampie12
Inverse pyramid
|
|
[1 reply] : You can start by having a variable storing the length of the base of t... (by Krahl)
|
by y4n
Determining price via column and row number.
|
|
[6 replies] Last: @CJC0117 :-D Thanks for your clear explanation! I've corrected it by... (by y4n)
|