Beginners - July 2011 (Page 47)

by lcam2
Numerical Array split
 
1. The problem statement, Define an array with 100 integer values, and fill the array with random n...
[1 reply] : The split function should have a void return type, so in other words... (by shacktar)
error: no matching function for call to...
 
I'm sure this is a case of not being able to see the obvious, but here goes. Keep in mind that I'm m...
[5 replies] Last: Apparently, all I needed was to see the question I was asking! Oops! C... (by Gabe 101)
Compilation / Linking Problem for very simple program
 
Hello people, I am a complete newbie to programming, and I am having some trouble completing a very ...
[8 replies] Last: Thank you, Athar. Now I understand the difference between declaration ... (by aaron2015)
by eidge
Deleting new arrays
 
Here I go again bothering you. I was wondering if after creating an array with new and assigni...
[9 replies] Last: Thanks for the tips, I'll try to keep them in mind. (by eidge)
by eidge
Pass by reference or not?
 
I was wondering what would be the correct approuch to a function. Assuming there are no changes ma...
[3 replies] Last: When to pass parameters by value, reference, and pointer http://www.cp... (by jsmith)
Multi Dimensional Array Multiplication Failure
 
Hi there! I was wondering if you could please look this over real quickly and see if there's a sy...
[1 reply] : double H creates an array 13x8 or 13 arrays with 8 blocks (okay, t... (by Danny Toledo)
What does the "return" statment do?
 
I dont know return statment does. I was looking in classes(I) section of the tutorial and I not...
[2 replies] Last: Thanks (by TexanMonkey)
A little help? TWO more errors!
 
#include <iostream.h> int main () { int a; int b; int c; int d; in...
[4 replies] Last: Thanks man, that made it work. EDIT: It runs through, and system("... (by Ischips)
conversion
 
hey guys I am trying to compile my project but I have this error error C2664: 'CreateFileW' : can...
[5 replies] Last: sorry Zhuge I couldnt get u .. u said the data to be passed should be ... (by the storm)
Assertion Failure?
 
My program will compile but while debugging, it gives a an assertion failure. Below is my code. This...
[5 replies] Last: Awesome! Thank you. (by monkeybutt)
How to run ./Configure?!? Someone please try help!
 
Please Somone help me!!! I have been trying to set up SDL_GFX for 2 days & it feels like ive just...
[13 replies] Last: cd /cygdrive/<rest of the path> (by writetonsharma)
POINTER\ARRAY CONFUSION
 
plz tell me the error!!!! it doesn't work properly. #include <iostream> using namespace std; in...
[2 replies] Last: if you want to use an array, you should declare an array. it is true ... (by muratagenc)
Returning strings from functions
 
Hello again everyone, I hope it doesn't seem like I am spamming the forums (my third topic in as m...
[2 replies] Last: I do not assume it works. Well it does ;P. The only thing you have... (by Disch)
by nand
matrix as a function argument
 
Hello, I searched before posting, and I didn't find what I was looking for (honest!). Please help ...
[1 reply] : I got it! this is wrong: board1.getmask(this->side, mask1 ); this ... (by nand)
Cannot access private members from within same class???
 
Hi everybody. I am a beginner at programming, but the code I am trying to run is very simple and I ...
[7 replies] Last: I have seen this same construct in C# only, so I immediately diverted ... (by webJose)
by rej3kt
Simplifying a menu
 
The following works, but I just don't know how to make that simpler. I guess I could just have - if ...
[2 replies] Last: Good point, will switch to a case statement, makes it much easier, tha... (by rej3kt)
Help in finding the error
 
I am making a tic tac toe game in the console. You can see my code here: http://pastebin.com/z8tYx...
[7 replies] Last: No, by Board.board The name of your actual created object is Board... (by Moschops)
Menus
 
I am working on writing a Win32 Windows Application, and I am very confused. How would I go about a...
[2 replies] Last: Ok. Sorry. (by camhahn)
SFML cube and sprites
 
Hi there. I have a basic program where I draw a rotating OpenGL cube to the screen with a texture...
[no replies]
Inheritance
 
I created two classes, Board_t and Peg_t Peg_t Inherits all the private members from Board_t. No...
[4 replies] Last: So what's the point of having Private inheritance? Private inheritan... (by closed account z05DSL3A)
July 2011 Pages: 1... 4546474849... 54
  Archived months: [jun2011] [aug2011]

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