|
by Jangoon24
Problems with defining an increment function
|
|
|
|
[4 replies] Last: I changed both of those functions to the following and they are now wo... (by Jangoon24)
|
|
by sashuman
Help with I/O file program
|
|
|
|
[1 reply] : ok, let's start from the... start. first, i believe you should use the... (by Stauricus)
|
|
by mitaka12102
I need a tutorial for void
|
|
|
|
[1 reply] : There are two uses of void: 1) A void function: a function that doesn'... (by Fransje)
|
|
by JEvans1234
5 errors im getting
|
|
|
|
[7 replies] Last: Thanks iHutch :) (by Fransje)
|
|
by mitaka12102
Tetris Help
|
|
|
|
[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!
|
|
|
|
[4 replies] Last: Just want to say that there is no need for this: bills = (dollars-(d... (by fg109)
|
|
by training91st
Help me pls
|
|
|
|
[1 reply] : Do you mean to read data from text files into your program? (by iHutch105)
|
|
by uzferry
split numbers into digits using vectors
|
|
|
|
[12 replies] Last: stoi is a function from the C++11 standard that converts a string to a... (by fg109)
|
|
by Bloooop
Binary search tree issues
|
|
|
|
[6 replies] Last: thanks for not helping. I solved all problems. we are not paid her... (by writetonsharma)
|
|
by Minimacfox
This is starting to piss me off :-(
|
|
|
|
[9 replies] Last: Even if you add the missing parenthesis this is not valid. Indeed. ... (by Catfish3)
|
|
by tpinon
multi D array clear buffer?
|
|
|
|
[4 replies] Last: oh right! thank you again! (by tpinon)
|
|
by cbplayer
Can I please get some help with my c++ homework?
|
|
|
|
[10 replies] Last: I read the tutorial and looked at examples online and I gave the assig... (by cbplayer)
|
|
by amir333
Guess My Number problem!!
|
|
|
|
[3 replies] Last: Thanks Man I Have To Say This Is My First Time With C++ and This is ... (by amir333)
|
| Algorithm Help |
|
|
|
[2 replies] Last: I intend to place the final phrase into an array, ive edited it once m... (by Seyad Chowdhury)
|
| Beginner/Intermediate Exercises |
|
|
|
[3 replies] Last: in my experience exercises are a bad choice for getting to learn the l... (by piotr5)
|
|
by Stevebass21
two dimensional array data input
|
|
|
|
[2 replies] Last: Line 77 should look like this }while (choice != 's'); When you run ... (by Yanson)
|
|
by xcindiix
Arrays into arrays - finding max and min?
|
|
|
|
[3 replies] Last: You could simplify your code a little if you used things from the C++ ... (by Catfish3)
|
|
by Minimacfox
Very simple question
|
|
|
|
[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
|
|
|
|
[3 replies] Last: Exetuable name is the first argument or argument 0. Array indexes star... (by MiiNiPaa)
|
|
by rjryan94
Quick For loop question
|
|
|
|
[3 replies] Last: - You have to increment the counter in for loops. - Add the for loop e... (by writetonsharma)
|