by TaytayB
Loop Reads data Twice?
|
|
[2 replies] Last: toum - Thank you very much! (by TaytayB)
|
by jumperkid400
Structure with arrays
|
|
[3 replies] Last: @ Zaita so you can put the snack in the array and reference them. sn... (by jumperkid400)
|
by dkjdod
How do I access the data of an object with an object of the same class?
|
|
[2 replies] Last: There is some other problem. I added in the rest of the program (wel... (by dkjdod)
|
by ObiWan5
Alphabetic Selection from a Text File
|
|
[3 replies] Last: The string class overrides the operator, so you can check the first ... (by pogrady)
|
Problem with a program concerning an array |
|
[1 reply] : In your main(), when you compute who's won you use a single "=" in you... (by toum)
|
by DeltaRed
How can I call a function in another class?
|
|
[14 replies] Last: okay so I figured out how to get rid of 1 monster and now Im trying to... (by DeltaRed)
|
Array elements to Integer |
|
[12 replies] Last: And about using my brain, yes, i used my brain doing this, so far it w... (by flavius doroftei)
|
by GiveMeWater
Game of Nim vs. Computer
|
|
[no replies]
|
by deividaxas
ofsteam file name from string
|
|
[3 replies] Last: As SamuelAdams said, a / in a file name cab cause a problem. That's be... (by andywestken)
|
by sean903
A Final Grade Program
|
|
[3 replies] Last: you have to add double (score/500 * 100) otherwise it output the resul... (by kalicha)
|
by yuling050
display each word of the sentence on a new
|
|
[3 replies] Last: use strtok function that works perfect if you still need help fo... (by kalicha)
|
by Ghilliedrone
File output
|
|
[3 replies] Last: Thank Chervil, it's working now. (by Ghilliedrone)
|
by estex198
inherits from class vector?
|
|
[3 replies] Last: #include <algorithm> #include <initializer_list> #include <iomanip> #... (by Catfish3)
|
by G3PO
Multiplication/Division Tables With Arrays
|
|
[1 reply] : Also, with line eleven of my code, I get an error. It says "expected i... (by G3PO)
|
by Stunning
factorial (!)
|
|
[4 replies] Last: int main() { int i, n; int fact=1; cout<<"Enter the Value of n:"; ... (by kalicha)
|
by N0obie
Simple Noob problem, help
|
|
[3 replies] Last: Ok, I solved it! Thank for tour reply, was appreciated. This char *D... (by N0obie)
|
by Tarkle
Passing Strings
|
|
[2 replies] Last: Oh my, it was that simple. It works fine now. I was starting to use ... (by Tarkle)
|
by drodriguez2
double arrays c++
|
|
[1 reply] : You need to display "expectHeight " and not "expectHeight". (by toum)
|
by giuscri
Array with no duplicate
|
|
[8 replies] Last: @giuscri Here is a way to place a random number into each array eleme... (by whitenite1)
|
by gingertouch
Loop Invariant
|
|
[8 replies] Last: No, that's pretty much what i was asking about, thanks! (by gingertouch)
|