by zoomer428
cout not a member of std
|
|
[1 reply] : On line 57? cout does not have a capital C, and identifiers are case... (by Zhuge)
|
PLEASE HELP PROGRAM ERROR |
|
[11 replies] Last: Debugging does not mean reading through your code. Not even close. ht... (by TarikNeaj)
|
variables not initialized? |
|
[8 replies] Last: Thanks :) (by closed account zT4NhbRD)
|
by PaliiBenet
Functions for getting prefix
|
|
[9 replies] Last: I dont think my professor is dumb but maybe just loves to challenge us... (by PaliiBenet)
|
C++ I/O and Basic Calculation |
|
[1 reply] : First of all. I have to take a computer programming class as a prer... (by TarikNeaj)
|
by tygerrock
While loop
|
|
[4 replies] Last: Thanks the program requires both a while loop and a do while loop doin... (by tygerrock)
|
by DBAC
Sum/Average from input file to output file
|
|
[5 replies] Last: Did you manage to get all of the program to work? Edit: Looks like yo... (by TarikNeaj)
|
by Bogeyman
Structure Questions
|
|
[14 replies] Last: Alright, that clears that up. Thank you very much for all your help, I... (by Bogeyman)
|
by Adem Penver
Need help with file handling
|
|
[2 replies] Last: Atm moment the code just saves the students score in a text file in th... (by Adem Penver)
|
by Moredom
Syntax Error: Expected an expression.
|
|
[4 replies] Last: I figured it out. Source.cpp code: cout << "\n" << FIRSTNAME << "... (by Moredom)
|
by NahlaWael
Loops
|
|
[8 replies] Last: Glad I could help, a big improvement from your last posts :D (by TarikNeaj)
|
by PaliiBenet
How to get a prefix for a credit card number
|
|
[1 reply] : just fetch the first two digits before reversing the code by dividing ... (by shadder)
|
Arrays |
|
[5 replies] Last: This is part of the code I wrote when responding to another minesweepe... (by fg109)
|
by Superelastic
Cannot convert Class::object
|
|
[4 replies] Last: Works perfectly, cheers guys! (by Superelastic)
|
by NahlaWael
How to reverse the loop?
|
|
[2 replies] Last: for(c1=10;c1>=(-10);c1-=2)//extending loop to -10 { int j=abs(c1); ... (by shadder)
|
by abdalimran
Binary Search functin problem
|
|
[1 reply] : int Binary_Search(T& Array, T& Size, T& Value) Thats not quite how ... (by TarikNeaj)
|
by kong288
Question about design/performance between two ways of storing all game objects.
|
|
[no replies]
|
by taco3rd
Read from file to an array of pointers
|
|
[no replies]
|
by NahlaWael
Sequences ?
|
|
[4 replies] Last: I just need a hint . not the exact code .. and the previous attempts w... (by NahlaWael)
|
A vector of class that has vectors, can it be done? |
|
[4 replies] Last: I didn't explain myself very well. Imagine having a pointer to an arr... (by Jims)
|