by koolsilver
Help with two programs
|
|
[1 reply] : Problem #1 int sum(int , int); should be this int sum(int , int); ... (by Yanson)
|
by wavebulb
Problem executing compiled code.
|
|
[14 replies] Last: Are you in CSCI 140 op? yes and please don't copy my code. You wil... (by wavebulb)
|
by sly0981
Battleship help!
|
|
[6 replies] Last: ^^ Agreed with jidder. It would be nice to see the header and also I w... (by georgieboy)
|
someone please help |
|
[1 reply] : It looks like this is the important part: [code firstline=135] /* c... (by Chervil)
|
help meee |
|
[1 reply] : If you know the height and width of the sprite, then you have your sec... (by Daleth)
|
by mrju5t
How to mulitply all inputs together?
|
|
[12 replies] Last: I was curious as to what he was trying to do that makes a bit more sen... (by giblit)
|
by gygzyax
Passing by reference to a try block?
|
|
[2 replies] Last: Please elaborate what do you have problem with? try block isn't a func... (by MiiNiPaa)
|
by ace55
Problem with array in method
|
|
[9 replies] Last: Has anyone noticed that array sizes must constant and known at compile... (by TheIdeasMan)
|
by lorene72
c++ functions
|
|
[1 reply] : You are setting greatest/lowest to grade then comparing try setting to... (by giblit)
|
by murster972
Help with Script C++
|
|
[5 replies] Last: By the way what works for me is to study each section of the tutorial ... (by agnophilo)
|
by kathrine
c++ strings
|
|
[2 replies] Last: Yeah, you go do that. If you get stuck post your code and we'll help ... (by agnophilo)
|
by nikki1337
Counting using switch statement
|
|
[2 replies] Last: int gameWonOne =0; int gameWonTwo =0; int gameWonThree=0; ... (by agnophilo)
|
by Nubcake95
Valid type indentifiers and their combinations
|
|
[3 replies] Last: Even if the size of two types is the same doesn't mean they are the sa... (by Peter87)
|
by treefitty
SDL surface pixel color/bits-per-pixel
|
|
[5 replies] Last: Ahh, that helps a lot. So, since 8 bits per channel means there's poss... (by treefitty)
|
by idlespoon
Genuine Assistance?
|
|
[4 replies] Last: the book will teach you OOP in a week. http://abstrusegoose.com/249... (by MiiNiPaa)
|
by Daleth
Dynamic allocation check
|
|
[2 replies] Last: Alright, thanks. (by Daleth)
|
by lorene72
functions in the programming
|
|
[4 replies] Last: float largest(float grades) { float maxim; if (grades > maxim) maxim... (by IceThatJaw)
|
by elmoro15
inquiry about while loop
|
|
[5 replies] Last: thankss guyss (by elmoro15)
|
by FireNutz
using map with a class method
|
|
[11 replies] Last: // class declaration void PrintSRCInfo(Records& rmap); if you are no... (by ne555)
|
by Leon23
Asking for Filename from user!
|
|
[12 replies] Last: http://en.cppreference.com/w/cpp/chrono Look at the example here http:... (by MiiNiPaa)
|