Beginners (Page 72)

Problems with defining an increment function
 
First of all I'd like to say 95% of this is working perfectly, I just need a few small tweaks. I'm h...
[4 replies] Last: I changed both of those functions to the following and they are now wo... (by Jangoon24)
Help with I/O file program
 
I have the description of the code here, but I have absolutely no idea how to program it. HELP!!!! ...
[1 reply] : ok, let's start from the... start. first, i believe you should use the... (by Stauricus)
I need a tutorial for void
 
Hello, Does anybody know how to use void ? I would be thankful if somebody can tell me. I have n...
[1 reply] : There are two uses of void: 1) A void function: a function that doesn'... (by Fransje)
5 errors im getting
 
the errors im getting are: In function 'int main()': error: expected 'while' before '}' token ...
[7 replies] Last: Thanks iHutch :) (by Fransje)
Tetris Help
 
Hello, I have an assignment to program Tetris and I need help. I decided to make the program read...
[1 reply] : Presumably you're familiar with file streams? It seems a little odd t... (by iHutch105)
by zmlink
ok think i got this really close to working cant figure out whats wrong!
 
algorithm i have to use.. // Start // Declarations // num dollars // output "Please en...
[4 replies] Last: Just want to say that there is no need for this: bills = (dollars-(d... (by fg109)
Help me pls
 
How to open multiple file .txt in project using dev c++?
[1 reply] : Do you mean to read data from text files into your program? (by iHutch105)
split numbers into digits using vectors
 
I want to split number entered into digits using vectors (correct me if I'm calling it wrong). It do...
[12 replies] Last: stoi is a function from the C++11 standard that converts a string to a... (by fg109)
Binary search tree issues
 
kjaswdqeeas
[6 replies] Last: thanks for not helping. I solved all problems. we are not paid her... (by writetonsharma)
This is starting to piss me off :-(
 
What is wrong with this code? Compiling error: `fullname' has not been declared struct student...
[9 replies] Last: Even if you add the missing parenthesis this is not valid. Indeed. ... (by Catfish3)
by tpinon
multi D array clear buffer?
 
Learning multi-D arrays. I have this menu program I'm trying to write that is returning some number ...
[4 replies] Last: oh right! thank you again! (by tpinon)
Can I please get some help with my c++ homework?
 
This is the assignment For this assignment you will be required to write a C++ program which acc...
[10 replies] Last: I read the tutorial and looked at examples online and I gave the assig... (by cbplayer)
Guess My Number problem!!
 
Alright Here Is The Problem Write A Program That Ask A user To Choose A Number Between 1 And 8 In H...
[3 replies] Last: Thanks Man I Have To Say This Is My First Time With C++ and This is ... (by amir333)
Algorithm Help
 
Hello, I've been assigned an encoding/decoding project and I have not the slightest clue how I shoul...
[2 replies] Last: I intend to place the final phrase into an array, ive edited it once m... (by Seyad Chowdhury)
Beginner/Intermediate Exercises
 
Hey, I tried searching for some c++ exercises on Google, but couldn't find many good ones. I was hop...
[3 replies] Last: in my experience exercises are a bad choice for getting to learn the l... (by piotr5)
two dimensional array data input
 
Hi all, I have a program I am writing which requires input of data into a two dimensional array. Spe...
[2 replies] Last: Line 77 should look like this }while (choice != 's'); When you run ... (by Yanson)
Arrays into arrays - finding max and min?
 
so the program is 5 users input: Name >> age >> colour >> score using struct. e.g. Andy 1 red 6...
[3 replies] Last: You could simplify your code a little if you used things from the C++ ... (by Catfish3)
Very simple question
 
I try to access a char array in a structure through a pointer-to-structure. But it comes with this e...
[3 replies] Last: You may want to look into std::string , Minimacfox. Then you could do... (by Catfish3)
by lmsmi1
Running File Associated with Executable
 
How exactly would I go about running a file via double-clicking it, then having my console executabl...
[3 replies] Last: Exetuable name is the first argument or argument 0. Array indexes star... (by MiiNiPaa)
Quick For loop question
 
Hi, this will just be a few seconds. What do I put in the parameter of the for loop? Specifically...
[3 replies] Last: - You have to increment the counter in for loops. - Add the for loop e... (by writetonsharma)
Pages: 1... 7071727374... 126
  Archived months: [mar2013]

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