[try Beta version]
Not logged in

Beginners - May 2013 (Page 23)

Help with two programs
 
I'm having a few problems with two programs I'm writing and can't figure out what to do to fix it, h...
May 20, 2013 at 6:35am
[1 reply] : Problem #1 int sum(int , int); should be this int sum(int , int); ... (by Yanson)
Problem executing compiled code.
 
So I finally got my assignment to compile but I have no idea how to run it. I am writing a program f...
May 20, 2013 at 6:26am
[14 replies] Last: Are you in CSCI 140 op? yes and please don't copy my code. You wil... (by wavebulb)
Battleship help!
 
A while ago I was here with a project on battleship. Now I am working with that program again for an...
May 20, 2013 at 6:16am
[6 replies] Last: ^^ Agreed with jidder. It would be nice to see the header and also I w... (by georgieboy)
someone please help
 
hello thank you for clicking this topic. I'm making a simple 2d game and I already have of my quest...
May 20, 2013 at 5:57am
[1 reply] : It looks like this is the important part: [code firstline=135] /* c... (by Chervil)
help meee
 
sorry if my english wasnt that good at first.. but anyways after I write my image .bitmap into the c...
May 20, 2013 at 5:39am
[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?
 
I don't know how to feed a variable all the inputs and multiply them together? Also of all the inpu...
May 20, 2013 at 5:07am
[12 replies] Last: I was curious as to what he was trying to do that makes a bit more sen... (by giblit)
Passing by reference to a try block?
 
How would I pass an object by reference to a try block? I am working with image sets in OpenGL and I...
May 20, 2013 at 4:58am
[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
 
I simply cannot figure out how to get my program to incorporate the methods for min and max. i know ...
May 20, 2013 at 4:32am
[9 replies] Last: Has anyone noticed that array sizes must constant and known at compile... (by TheIdeasMan)
c++ functions
 
Can someone please help me my programme is still not completely error free. Please i have been worki...
May 20, 2013 at 2:45am
[1 reply] : You are setting greatest/lowest to grade then comparing try setting to... (by giblit)
Help with Script C++
 
Hello, i'm new to C++ and have just wrote this. Can someone tell me if its good or if it will work?,...
May 20, 2013 at 2:14am
[5 replies] Last: By the way what works for me is to study each section of the tutorial ... (by agnophilo)
c++ strings
 
Write a program that reads a series from the user and displays only those strings that start with th...
May 20, 2013 at 1:48am
[2 replies] Last: Yeah, you go do that. If you get stuck post your code and we'll help ... (by agnophilo)
Counting using switch statement
 
I eventually want the output to count the number of win and loses for the amount of rolls it took ...
May 20, 2013 at 1:35am
[2 replies] Last: int gameWonOne =0; int gameWonTwo =0; int gameWonThree=0; ... (by agnophilo)
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...
May 19, 2013 at 11:42pm
[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...
May 19, 2013 at 10:39pm
[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...
May 19, 2013 at 9:43pm
[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...
May 19, 2013 at 9:25pm
[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, ...
May 19, 2013 at 9:17pm
[4 replies] Last: float largest(float grades) { float maxim; if (grades > maxim) maxim... (by IceThatJaw)
inquiry about while loop
 
why does the programe output the last two numbers 5 1 respectively ?? they should be 1 1 ???...
May 19, 2013 at 7:26pm
[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...
May 19, 2013 at 7:24pm
[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...
May 19, 2013 at 6:20pm
[12 replies] Last: http://en.cppreference.com/w/cpp/chrono Look at the example here http:... (by MiiNiPaa)
May 2013 Pages: 1... 2122232425... 66
  Archived months: [apr2013] [jun2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.