by Satchmo10th
Not sure what I'm doing wrong (Random Number Generator)
|
|
[2 replies] Last: Thanks! That helped. Unfortunately, I don't have a choice of what comm... (by Satchmo10th)
|
by macl229
Its not working correctly believe problem is in the main function
|
|
[10 replies] Last: ¿you are trying to read from an empty file? // input safety nets... (by ne555)
|
by atinesh229
Project Ideas for C++ File Handling
|
|
[5 replies] Last: Google is best friend... (by jasonwynn10)
|
by oseri
What to exercise on ?
|
|
[2 replies] Last: he said to enhance his C++ skills. I recommend Helping others and ... (by jasonwynn10)
|
by DelfinDelfin
\n interpretation
|
|
[1 reply] : Escape the slash, as in string s = "test\\ntest"; (by naraku9333)
|
Node list |
|
[2 replies] Last: Thank you so much Disch!! That was very understandable. (by programmercarlito)
|
by isaacthebro
my inheritance class don't work
|
|
[10 replies] Last: yes they have the same idea but they still had some different problems... (by isaacthebro)
|
by Bamboo man
HELP TO PROGRAM
|
|
[1 reply] : Please, do not double-post. You already have a thread on this: http://... (by keskiverto)
|
by ITThing
C++ stock help
|
|
[7 replies] Last: Thanks guys, I got it working anyway :) (by ITThing)
|
by WAKS
Player movement feels laggy (SDL)
|
|
[1 reply] : Creating textures are slow. You should create the texture and then reu... (by Peter87)
|
by yj1214
How do I link header files if i'm using text editor?
|
|
[3 replies] Last: Thanks for the answer. And I know that i'm crazy not using IDE...but I... (by yj1214)
|
Array Function |
|
[1 reply] : An easy way to validate input is to follow this pattern: while (true)... (by dhayden)
|
by Matt Simon
Deleting Allocated Memory
|
|
[1 reply] : Only delete things allocated with new Only delete things allocated w... (by Disch)
|
by hyperfine
Am I doing this wrong? (working with massive data files)
|
|
[4 replies] Last: As JLBorges pointed out, the best thing is to read the data into a vec... (by dhayden)
|
by momalle
Function definition
|
|
[3 replies] Last: I also have to write these error conditions. Would these go after my d... (by momalle)
|
How can I fix the int main part for this program to run properly? |
|
[2 replies] Last: If you want to sort you should probably call your bubbleSort function.... (by naraku9333)
|
by xystus
Dlib c++ machine learning?
|
|
[1 reply] : the most important thing is to be very fluent in discrete mathematics. (by ToLesto)
|
by WAKS
Tilemap is eating a lot of memory (SDL)
|
|
[2 replies] Last: @Peter87 Thanks, it fixed the memory leak problem, but I have still s... (by WAKS)
|
by LadyInRed
c++ beginner problem
|
|
[3 replies] Last: Thank you dhayden. I know MikeBoy, you right, just i forgot. Thank yo... (by LadyInRed)
|
by bishoposiris
SegFault caused by strtol
|
|
[4 replies] Last: If your file contains anything other than lines formatted as "xyz 12... (by Duthomhas)
|