[try Beta version]
Not logged in

Beginners - May 2013 (Page 33)

by dpixel
Global variables and SDL keyboard array
 
I understand that it's worth avoiding global variables. I had a problem with one that I think I sol...
May 15, 2013 at 12:30am
[3 replies] Last: The difference in efficiency is mostly that you don't have to update t... (by Peter87)
by Snolla
Just did my overview of the first 3 chapters :D:D
 
I just created a code encompassing all the techniques in the first three chapters of my book. I'm br...
May 14, 2013 at 11:41pm
[3 replies] Last: Techniques Covered: - Namespace Where in your code are you using ... (by Daleth)
by jidder
Declaring array of class object with constructor
 
Is it possible to create an array of objects from a class with a constructor that requires input. E...
May 14, 2013 at 11:29pm
[7 replies] Last: Hey, That still doesn't work for me and after looking around other pla... (by jidder)
by Daleth
Linked Lists Test program
 
I'm going back to the basics and relearning some concepts I've been kind of putting off like working...
May 14, 2013 at 11:20pm
[4 replies] Last: Ooh... After doing a little research, I realized I am using the wron... (by Daleth)
Passing arrays through functions w/bubble sort.
 
My Assignment: Create two arrays data and sdata. Input user data into array data. Copy the contents ...
May 14, 2013 at 11:18pm
[2 replies] Last: Ugh. I moved the display(data,maxLength) above the copy/sort calls and... (by HotSoup)
by Snolla
Difference between Arrays and Enumerated Constants
 
I'm currently learning about arrays and just just finished the lesson on variables. It seems to me t...
May 14, 2013 at 10:41pm
[4 replies] Last: Thanks for the quick replies :D This forum is a great help (by Snolla)
by Jace
Working on a Text Adventure
 
I am working on a text adventure right now, and it's pretty good if I do say so myself. But right no...
May 14, 2013 at 10:40pm
[12 replies] Last: If you are asking about how to do something with the console without w... (by Giraffatron)
I need help writing a program?
 
I started but I am lost I don't understand classes, functions, etc and my assignment is due tomorrow...
May 14, 2013 at 10:08pm
[8 replies] Last: Yeah no worries today was my last day in that class! Yay! (by closed account LN3RX9L8)
Need help storing user's input
 
My assignment is to take a string that a user enters and change all the characters in the string in ...
May 14, 2013 at 9:51pm
[3 replies] Last: Oh wow, I counted and double counted my brackets, can't believe I miss... (by idealcat)
LIST !
 
Wirte a function that find the n biggest element from the list .Put these elements in an array in de...
May 14, 2013 at 9:28pm
[9 replies] Last: Make a limit to the number of items there can be in the list by either... (by agnophilo)
by Ludidi
Arithmetic Operators Help
 
The Program must allow users to enter any two positive numbers and then display the results. i'm st...
May 14, 2013 at 8:55pm
[1 reply] : You have a number of syntax errors in you code (for example you need a... (by martianxx)
Turning numbers into text?
 
I just want some pointers in the right direction. And here is the practice problem from the book: ...
May 14, 2013 at 8:12pm
[12 replies] Last: I'm an intermediate learner and have been meaning to try this myself w... (by agnophilo)
Simple problem
 
Hi, I was thinking for a few days at a C++ problem and I couldn't solve it, I tried but I'm a beggin...
May 14, 2013 at 8:03pm
[8 replies] Last: Thank you L B, keskiverto and Aceix! (by andreistefan)
Quicksorting
 
Here is a snippet of my code, it'll compile, but when I run the program, it just get stuck after I e...
May 14, 2013 at 8:00pm
[no replies]
Question about cin.ignore()
 
The format of using a period is object.member is it not? So why does cin.ignore() or cin.clear() wo...
May 14, 2013 at 7:59pm
[4 replies] Last: I'm guessing this will make more sense when I get to the section of th... (by agnophilo)
C-Structure, linked list HELP
 
i have to create a program for storing data which should. inserting a person with the given attr...
May 14, 2013 at 7:55pm
[no replies]
Problem using SFML to move a sprite "missile".
 
Hi, im using sfml 2.0 on linux to make a space invaders game. I can see how to move a sfml sprit...
May 14, 2013 at 7:54pm
[2 replies] Last: Hey - thanks! (by closed account ypfz3TCk)
Convert Perl scripts to a more common lang
 
Hi, I have a few perl scripts and they need to be converted into some more common language such a...
May 14, 2013 at 6:27pm
[9 replies] Last: Are scripts and OO mutually exclusive? Nope Isn't Python both scrip... (by MiiNiPaa)
Trees
 
So our teacher gave us a game of 20 questions basically as sample code however the sample code does ...
May 14, 2013 at 6:13pm
[4 replies] Last: At the bottom of bintree.h you say #include "bintree.cpp" Don't do... (by booradley60)
Unkown Syntax error.
 
So I've been making a decently large single file program to simulate The Game of Life, and I think I...
May 14, 2013 at 5:49pm
[6 replies] Last: I figured it out!! It was a silly mistake by me, a typo within createP... (by MicBrad)
May 2013 Pages: 1... 3132333435... 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.