by erico
My program outputs the wrong figures
|
|
[1 reply] : I think I found where the problem was. Sorry if I bothered you. Here's... (by erico)
|
by ddk
How to terminate a program from a function?
|
|
[9 replies] Last: Yes, I was indeed in a bad mood yesterday. I appologize for anything b... (by exception)
|
by Hazer
Making something important
|
|
[6 replies] Last: Hehe, actually real Game Development has TONS to do with programming. ... (by cheif)
|
by azimul
comparing two words
|
|
[7 replies] Last: If it's just two words. You can do something like this. Real simple. B... (by LacViet)
|
by spy4hearts
Creating a basic game, and failing!
|
|
[3 replies] Last: ok kinda figured it out, #include <cstdlib> #include <ctime> ... (by spy4hearts)
|
by sparky
Hiding Implementation Details
|
|
[8 replies] Last: Thank you very much everyone: I was creating the project incorrectly. ... (by sparky)
|
by bauerb
basic C++ question, real newbie here
|
|
[no replies]
|
by azimul
alpha and numeric characters
|
|
[1 reply] : If you are using a string, you can use stringstreams to look at each c... (by firedraco)
|
by cyberpirate
using directories
|
|
[no replies]
|
by hamsterman
assertions?
|
|
[2 replies] Last: Now if we look at the code for the vector include file - round by lin... (by guestgulkan)
|
by cppnub01
C++ testing
|
|
[1 reply] : Google Unit Tests. Then pick a good library. The theory is the same ac... (by Zaita)
|
by Poke386
A quick question about const objects
|
|
[2 replies] Last: Ah, makes sense. Thank you. (by Poke386)
|
by azimul
how could i get the length of my name
|
|
[2 replies] Last: thank you so much LacViet, I have another two questions can you help m... (by azimul)
|
by HeatMan
About Inline Functions
|
|
[5 replies] Last: First off, function aliasing is a major part of the whole 'object-ori... (by exception)
|
by fg8ty64
string manipulation functions?
|
|
[3 replies] Last: The getline() function reads a line, not just a word. So by saying get... (by Mitsakos)
|
by wehs
Pointer vs Table for strncpy
|
|
[3 replies] Last: Thanks for all replies. Now I understand. W. (by wehs)
|
by moparscaper
Classes problem defined symbols found already defined
|
|
[7 replies] Last: #include <windows.h> #include <stdio.h> #include <stdlib.h> #includ... (by spyk311)
|
by Zosden
Vector of structs
|
|
[no replies]
|
by Behzadsh
strcmp and strcpy error
|
|
[4 replies] Last: To use them, you would: strcmp(str.c_str(), str2.c_str); (by QWERTYman)
|
by Behzadsh
reading from file
|
|
[no replies]
|