by kaseyahumada
error message
|
|
[4 replies] Last: All of your functions are asking for variables to be passed, but your ... (by GRex2595)
|
by lugiamaster
Help with my program
|
|
[4 replies] Last: What is z? You just subtracted a number from j. Do you think checkin... (by cire)
|
by modacar
Classes dependant on eachother
|
|
[18 replies] Last: I am developing a path finding algorithm. Connections 'Connect' two n... (by cire)
|
by yyoni69
Help with getting sum of diagonals (C lang)
|
|
[5 replies] Last: You're doing two summations within the while loop and you should be do... (by roberts)
|
by chucker
Converting Basic Program to C from C++/C
|
|
[no replies]
|
by Lio
Double pointer confusion
|
|
[9 replies] Last: You are not changing *ptr . You are changing ptr . What you are ch... (by cire)
|
by imakaia
How can i store files into a binary file? (want to store bmp-wav-txt)
|
|
[4 replies] Last: You don't have to store it in the executable. You can store resources... (by Texan40)
|
by Davichococat
Operator problems with "switch()"
|
|
[1 reply] : switch can't be used for this. Use an if-else cascade instead. (by Athar)
|
by rb485
while loop bug
|
|
[4 replies] Last: I can't get as technical as some users here undoubtedly can. The issu... (by Intrexa)
|
by znerich
Program to determine valid date.
|
|
[3 replies] Last: Your asking the user to input twice... no matter what. Change that to... (by clanmjc)
|
by CMinus
The Sum of Prime Numbers below 2 million
|
|
[6 replies] Last: Thanks all after modifying my code and Putting the Upper limit to the ... (by CMinus)
|
by bacia
Using SFML with Visual Studio 2010.
|
|
[18 replies] Last: Maybe in two or three months. (by Wisely Done)
|
by Dee Hood
Calculating Net Pay
|
|
[9 replies] Last: Got it! thanks! (by Dee Hood)
|
by kaseyahumada
Largest and smallest in array
|
|
[2 replies] Last: @whitenite1 thank you for you help with this problem of mine. I will n... (by kaseyahumada)
|
by jomars58
Reading a text file into a 2d array
|
|
[no replies]
|
by codrgi
pointer
|
|
[7 replies] Last: You need to use myLocalList->begin() because it's a pointer. (by Texan40)
|
by KS05
Help with Game Program
|
|
[6 replies] Last: We had no snide comments. Don't come here for help if you don't like u... (by ResidentBiscuit)
|
by Mugiwara
Operator overload error
|
|
[4 replies] Last: WOW! It works out. I can't apply methods to a const objects. removed t... (by Mugiwara)
|
by Maese909
C++ IDE for Ubuntu
|
|
[13 replies] Last: @Jessy V: As long as you use cross platform code (by evanc9606)
|
by Mhael
Reading txt-file into array
|
|
[3 replies] Last: Thanks Null, that solved it! (by Mhael)
|