by JP7
Debugging program
|
|
[1 reply] : Do one thing and do it well. my program is supposed to take two value... (by ne555)
|
by Tessycakes
How can I find the highest/lowest variable in a vector?
|
|
[8 replies] Last: ok, thank you. ANd one more question, how do I get my program to acce... (by cire)
|
by pleasehelpme
Pass an array through a function?
|
|
[no replies]
|
DirectX tutorial - No longer free? |
|
[6 replies] Last: Will I be missing anything by doing a DirectX9 tutorial as opposed to ... (by ResidentBiscuit)
|
by Kelly123
saia
|
|
[1 reply] : You might have better luck by breaking this into functions. Have a fun... (by ResidentBiscuit)
|
by dracula51
c++ loop
|
|
[12 replies] Last: sure i think this will work well . #include <fstream> #incl... (by naqib)
|
by EricaFH
Strange extra zeros
|
|
[4 replies] Last: Thank you so much! I've got it now. (by EricaFH)
|
by tonnot
What container is the best to manage XML data?
|
|
[1 reply] : Considering: <tag1> <tag2 param="text" stuff="things">value stuff... (by LB)
|
by oopssy
Calculate New Population in C++
|
|
[3 replies] Last: ^^ thank you so much Stewbond. (by oopssy)
|
by goopeick
Very new, struggling with reference variables/parameters
|
|
[8 replies] Last: Your logic is correct, but your program doesn't work. You need to use... (by Lowest0ne)
|
by echofreak
converting integers to "*"
|
|
[2 replies] Last: I don't think you can do that. If your file has "******" saved in it,... (by Lowest0ne)
|
by ihato
key combo
|
|
[1 reply] : use a library like SFML (by Zephilinox)
|
by mfried41
help with reading a file
|
|
[5 replies] Last: thanks alot! the problem is. 12 is the amount of lines to be read. li... (by Lowest0ne)
|
by lliefveld
if(!strcmp.....
|
|
[13 replies] Last: The first one is obfuscated. strcmp returns 0 if they are equal, ther... (by ne555)
|
by Fiff0
struct string and strings
|
|
[4 replies] Last: Line 36: movieData tmpData; Line 40: string tmpData; same variable bu... (by Shinigami)
|
by Debugger251
Big Numbers
|
|
[4 replies] Last: Why would it be faster? Which of these is faster to compute? #1 0... (by LB)
|
by jevajev
ArrayListType Max Value in Array
|
|
[1 reply] : _ When using random numbers you need to provide a seed (with srand() ... (by ne555)
|
by chameleon
Primitive initialization with templates
|
|
[3 replies] Last: Thank you very much guys. Code is simplified. change_tmp in reality... (by chameleon)
|
by soccersucks3
Arrays
|
|
[6 replies] Last: This is how I did it: /* Fills an array with 100 random positive in... (by Fumbles)
|
by j123t
Roman Numerals Math?????
|
|
[11 replies] Last: The Romans used slaves from Greece, Babylonia etc to do their math and... (by mik2718)
|