Beginners - March 2013 (Page 66)

Help with function decomposition?
 
I have to write a five paragraph essay, explaining how I broke my program down, what would be good i...
[3 replies] Last: In that case: - initial requirements - determining which functions to... (by Stewbond)
Vector literal function pointers
 
Quite simple really; I want to define a literal vector of function pointers. Here's what I've got: ...
[11 replies] Last: Oh no I didn't mean that, just that I'm yet to use an open source VS p... (by ausairman)
Dungeon hallway building tile map
 
I'm working on a basic dungeon generator right now. I have gotten it to build rooms and walls my pr...
[1 reply] : I think it boils down to the data structure you have. I would have a ... (by TheIdeasMan)
Help using cin for a vector of ints
 
I am trying to read in an unknown number of ints into a vector using cin. This is my code: cou...
[2 replies] Last: while( cin >> input ) >> is an operator that returns the cin obje... (by Lowest0ne)
by cotro
Design question
 
I have a program like this: from the main function I create an instance from a certain kind, called ...
[no replies]
Battleship Program
 
I am having trouble with the beginning of a battleship program. Here is the header file I must use f...
[5 replies] Last: statement after if will execute only if logical statement evaluates ... (by MiiNiPaa)
How to "cout" this?
 
Hi guys , I am making an application just for fun 0_0 , and I have a little problem with it. The ide...
[3 replies] Last: Please post all of your code using [co de] tags and the errors. (by Zhuge)
by dinh9x
I need a help
 
I want to create a flowchart and solve this exercise, plz help Sales Bar Chart Write a progr...
[2 replies] Last: Actually, I do not understand this exercise, so I need an example for ... (by dinh9x)
Any ideas?
 
/*Cannot get code to function properly*/ #include <stdio.h> #include <math.h> #include <strin...
[1 reply] : Use [co de] tags. What is it supposed to do? What is it actually do... (by Zhuge)
by shorxy
Please Help Me with This Program. It is Urgent
 
Hello good people. Please help me with this C++ program. It is an assignment and I need to submit it...
[7 replies] Last: cin >> count; is having the user input the value for count I thin... (by ADTR2012)
Question about functions?
 
For all programs with different functions do we always have to have the callback in the main functio...
[1 reply] : Nope. You can call a function from the main() function, from another f... (by Tresky)
Iterations
 
So my assignment is to find any phone number where the 4th # is even and the 5th is odd and when add...
[2 replies] Last: I don't understand. (by James Turnham)
by clarkd
Help Please
 
I need a little help with this PRG. First time it ask for it to move on to the next Generation. But ...
[no replies]
HELP!: Basic user Interface Program with methods
 
I keep getting an error message of: 1>------ Build started: Project: CIS247_WK1_Lab_Shorts, Configu...
[5 replies] Last: // Program Header // Program Name: Basic User Interface // Programmer... (by Icshorts)
need help asap plz
 
Write a void function named get_names that inputs names from the user and stores the names in a vect...
[2 replies] Last: this is what i have so far what should i do now plz help (by njabbour)
I need help asap plz
 
Write a void function named sort2 that takes two string parameters and sorts them, alphabetically. T...
[3 replies] Last: Your function has a return type of void, so you cannot return anything... (by cire)
Help please
 
I need this program to work so that I can enter decimals instead of whole numbers. I don't know what...
[3 replies] Last: Wow. Now I feel dumb. Thank you! (by H3avenlySoul)
Palindrome
 
I have no Idea how to do this and need help! First I must create this: 1. Read a text file and sto...
[8 replies] Last: Yes but I want help with that problem not people telling me that im n... (by cire)
Multi array with different data types
 
Is there a way of doing something simular to this? code: #include <iostream> #include <stdlib.h> ...
[8 replies] Last: You could pass an index to the create function and operate on the acco... (by MrHutch)
Repeating
 
I'm stuck on a little issue that is most likely right in my face, yet I am oblivious. I'm working ...
[3 replies] Last: Lots of ways to fix it, you could get user input and then check if it'... (by sysopfb)
March 2013 Pages: 1... 6465666768... 87
  Archived months: [feb2013] [apr2013]

This is an archived page. To post a new message, go to the current page.