by PizzaBun
My HS senior project test 1
|
|
[5 replies] Last: #include <string> (by fg109)
|
Problem with files |
|
[no replies]
|
by hamshid
random number
|
|
[8 replies] Last: One approach is to fill the array with the sequence of numbers 1,2,3 .... (by Chervil)
|
by manderson1
homework troubles
|
|
[3 replies] Last: Give this a try just to see what happens. #include<iostream> #include... (by Yanson)
|
turning a number |
|
[6 replies] Last: http://www.cplusplus.com/forum/beginner/62495/ (by Sam99)
|
by zukias
Simple inheritance question.
|
|
[3 replies] Last: Oh dam of course! Thanks. :p (by zukias)
|
by Hashimatsu
Loop if its not an int
|
|
[4 replies] Last: Line !num < 0 will be treated as (!num) < 0 . !num will be either... (by MiiNiPaa)
|
by Kohlerbear
Trouble with card game functions
|
|
[no replies]
|
by Rascal
Classes
|
|
[1 reply] : " Employee::employeeNumber " is private. In general, private data-memb... (by closed account zb0S216C)
|
by TripCode
Having trouble with a code from Accelerated C++
|
|
[4 replies] Last: Ah alright. I WAS entering the data in wrong. Thx vlad and everyone el... (by TripCode)
|
by applesnstuff
making a hollow square
|
|
[4 replies] Last: @applesnstuff (4)> #include <iostream> #include <iomanip> #include <s... (by Sam99)
|
by JrT
Use of fstream, arrays, and strings
|
|
[no replies]
|
by ShLuBsTeR
How can i store 3 different values in a single datatype?
|
|
[1 reply] : Create a struct or a class with two integer data members, or you can u... (by Peter87)
|
by Trowen
Constants
|
|
[1 reply] : Yes, just like any other variable. However it is best practice to do d... (by Mobius1)
|
by welsh4evr
Error C3767 candidate functions not accesible
|
|
[6 replies] Last: i thought that because the functions Setfloat and Setchar were public ... (by welsh4evr)
|
by Rascal
Accessors
|
|
[2 replies] Last: Thanks so much for the explanation and coming back to me so quickly. A... (by Rascal)
|
by enemy
web photos
|
|
[2 replies] Last: Hello! I wrote twice to Lounge but it does not accept! What should I d... (by enemy)
|
by fagyi
data verification
|
|
[3 replies] Last: If an integer is better for the job, why are you trying to feed it a f... (by cire)
|
Debugging via console compilation |
|
[1 reply] : Have you looked at gdb? Aceix. (by Aceix)
|
by atticus880
Reading line by line from Binary file
|
|
[2 replies] Last: And pls state any errors the compiler/linker is giving you. Aceix. (by Aceix)
|