Beginners (Page 2)

Counting using switch statement
 
I eventually want the output to count the number of win and loses for the amount of rolls it took ...
[2 replies] Last: int gameWonOne =0; int gameWonTwo =0; int gameWonThree=0; ... (by agnophilo)
Pointers and Dynamic memory
 
This is a question about a homework problem and before anyone gets all mad, I am not asking for anyo...
[7 replies] Last: Well I have my bool statement returning true, so I think I have it. ... (by JayRyGeo)
by sl227
need help with homework... assigning grades
 
here is the homework: Write a program that in which you provide 3 grade values (as literal values) ...
[8 replies] Last: WHO CAN HELP ME WRITE THIS PROGRAM You and your partner are IT consult... (by bibby6522)
Valid type indentifiers and their combinations
 
I hope I got that title right. I'm new to C++ and I've started reading the tutorials for a few weeks...
[3 replies] Last: Even if the size of two types is the same doesn't mean they are the sa... (by Peter87)
SDL surface pixel color/bits-per-pixel
 
Hi, I have a question about SDL regarding bits-per-pixel. By default it's set to 32 I think, but yo...
[5 replies] Last: Ahh, that helps a lot. So, since 8 bits per channel means there's poss... (by treefitty)
Genuine Assistance?
 
I think I can officially state that this isn't easy. I've spent the last week trying my hardest to l...
[4 replies] Last: the book will teach you OOP in a week. http://abstrusegoose.com/249... (by MiiNiPaa)
by Daleth
Dynamic allocation check
 
I have this issue for which I haven't been able to find an answer through Bing or Google. My RobotEx...
[2 replies] Last: Alright, thanks. (by Daleth)
functions in the programming
 
Can anyone help me with this. I am suppose to put out the students names and grade, also the total, ...
[4 replies] Last: float largest(float grades) { float maxim; if (grades > maxim) maxim... (by IceThatJaw)
by Ispil
A Deck of Cards Review
 
I just finished with making a simple deck of cards... did I do anything in particular in a strange o...
[5 replies] Last: Make a card class or struct. It will require extra code but it makes m... (by IceThatJaw)
inquiry about while loop
 
why does the programe output the last two numbers 5 1 respectively ?? they should be 1 1 ???...
[5 replies] Last: thankss guyss (by elmoro15)
using map with a class method
 
Hi, I am stumped as to how I can access a map container. I am reading the key into the map via file...
[11 replies] Last: // class declaration void PrintSRCInfo(Records& rmap); if you are no... (by ne555)
by Leon23
Asking for Filename from user!
 
Hey guys! I wanted some help on filenaming! I wanted the user to input the filename. Also if he coul...
[12 replies] Last: http://en.cppreference.com/w/cpp/chrono Look at the example here http:... (by MiiNiPaa)
by kabuki
Reading Datas From A Txt File
 
I'm trying to read the txt file into my main program but I'm stuck trying to get it to read. So far ...
[6 replies] Last: I know that c++ streams would make it a lot easier but my professor wa... (by kabuki)
by ccmccm
SDL image keep flashing, why?
 
Anybody can help? How can I modify my code to not keeping the text and images flashing? // Scr...
[1 reply] : You draw an image and then you make what you draw visible right away b... (by Peter87)
Help with a priority queue friend function
 
I have a priority_queue defined in my Items class as a composition object. priority_queue <Bid> b...
[3 replies] Last: If operator< is a member of Bid , then in: class Bid { public: ... (by cire)
by Aquos
my else statement problem
 
Write your question here. Hi all, im newbie that need your pro help, right now im trying to do a si...
[6 replies] Last: any other suggestions would much appreacite~ to enhance my skill~ (by Aquos)
its me again; sorry last question i swear lol
 
This prg actually compiles. with no errors, but after you input the values and the functions start ...
[2 replies] Last: spot on. didnt catch the was the problem, guess i wasnt paying as much... (by nightwing)
Help with Arrays and functions
 
the following code give an error which says "cannot convert form parameter1 from int to int" ???...
[4 replies] Last: Thankkss guyss (by elmoro15)
Help please
 
so i have a prg im doing for school. i have it done but i try to debug i get this compile error: ...
[3 replies] Last: damnit lol figured it was something simple that i was over looking. ty... (by nightwing)
by Umeed
accessing contents of header file used
 
Write your question here. I am trying to include a header file(that i myself have defined) named "M...
[5 replies] Last: "Can't you just make the game object a member of Minesweaper?" exactl... (by Umeed)
Pages: 1234... 127
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.