by mr dood
Incorrect product with calculator program
|
|
[4 replies] Last: The simple answer is that it causes the system to display "Press any k... (by Faldrax)
|
by csabster
ascii to text conversion
|
|
[4 replies] Last: The problem is that you're depending on a level of precision that floa... (by helios)
|
by pamela
Peanut Butter and Jelly sandwich
|
|
[5 replies] Last: Hamburger earmuffs. (by scythe)
|
Dynamic array of function pointers |
|
[5 replies] Last: Thanks guys, worked great. (by narcissisticcheer)
|
by Timbo1
Calculator Feedback
|
|
[2 replies] Last: [insert bad joke]I tried to feedback it, but I got a not enough energy... (by firedraco)
|
by am1767
Randomizing words in Hangman
|
|
[1 reply] : Well, what you could do is read the entire file into an array and then... (by firedraco)
|
by Fallout
Where am I going wrong with these calculations?
|
|
[5 replies] Last: Well you have to look at the calculations: totalappcost=numapple... (by giantMidget)
|
by Potemkin33
How to make a program repeat 1000 times
|
|
[4 replies] Last: Whoops, I apparently missed the i=1000...somehow... >.> (by firedraco)
|
by magmatic
Calculating the number of sec's elapsed between two time intervals?
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/ctime/mktime.html (by helios)
|
by rottmanj
Populating an array of stucts
|
|
[12 replies] Last: Well what I am trying to do is create a multidimensional vector array ... (by rottmanj)
|
by Jerod
libPNG Image distortion
|
|
[no replies]
|
by ancalime
Image as output!
|
|
[6 replies] Last: Wooo - your code worked fine by the way - i didn't realize you could d... (by Mythios)
|
by Ultima
Short Question : Conditional Operator
|
|
[6 replies] Last: Thanks helios, i just replace the else operand with an a xD that solve... (by Ultima)
|
by WaveK89
sorting linked list of names
|
|
[8 replies] Last: An STL list is a class implementation of a linked list which manages t... (by jsmith)
|
by metalem2
Accessing data of list in a vector??
|
|
[2 replies] Last: thanks! that worked and made sense! (by metalem2)
|
#define before #include |
|
[3 replies] Last: You could put those two lines in a header of their own and include the... (by helios)
|
by chandangang
i/o simultaneously
|
|
[4 replies] Last: Either you thread it, or as Bazzy said. You can get the keyboard statu... (by Zaita)
|
by hpsharon
Why do I get Segmentation fault?
|
|
[8 replies] Last: http://www.cplusplus.com/forum/articles/1624/ (by Zaita)
|
by Deimos
My IDE's can't initialize a console window
|
|
[12 replies] Last: I'd like to see it. If there's a killer bug in the program, it would i... (by helios)
|
by ShyRain
Code Performance
|
|
[7 replies] Last: Oh my God :)) you are wonderfull jsmith . I am a student and we... (by ShyRain)
|