by meeztered
Inserting data into vector of structs
|
|
[6 replies] Last: Yep, that's cause that's the vectors constructor arguments. And even t... (by hanst99)
|
by Blessman11
declaring vectors issue (1,2)
|
|
[22 replies] Last: code other than declarations or definitions. (by hamsterman)
|
by DaveRUK
Address of Operator Suffix
|
|
[2 replies] Last: SomeType& is a reference to SomeType &Variable is the address of V... (by Bazzy)
|
by chipp
play algorithm
|
|
[11 replies] Last: You can read my new article on encryption: http://cplusplus.com/forum... (by ultifinitus)
|
by lalala
a while loop for counting in the average of the total numbers.
|
|
[2 replies] Last: thanks! (by lalala)
|
by bboy212
random typedef question
|
|
[6 replies] Last: Macros are evil. Macros easily lead to cryptic errors on compile time... (by hanst99)
|
by packetpirate
Problem with <iomanip> alignment.
|
|
[17 replies] Last: You call setw after the function. If you want to make sure that 20 is ... (by hanst99)
|
by sam2sos
friend function
|
|
[1 reply] : Ignoring that text, a friend function is a function that is declared a... (by hanst99)
|
by vlad61
Pancakes!
|
|
[10 replies] Last: Here is my solution, it works like a charm, except if the user enters ... (by vstuen)
|
by TotalMax
Need some help here please!
|
|
[2 replies] Last: line 5: error: expected initializer before 'char' first error is line ... (by TotalMax)
|
by mowie1
my solver error
|
|
[19 replies] Last: Thanks I am new at this.....sorry (by mowie1)
|
by abhiverma812
linking error
|
|
[4 replies] Last: ok thanks. I just started with windows programming and this was my fir... (by abhiverma812)
|
by Bog
randomize symbols in slot machine game
|
|
[6 replies] Last: Try that code. It's simple but works and shows stuff pretty clear. ran... (by Breadman)
|
by over the top
object reference
|
|
[5 replies] Last: None. But when you don't return a reference to y you do NOT return y i... (by hanst99)
|
by TpOreilly
FrameDelay
|
|
[3 replies] Last: I have done c++ console programming and i find that quite simple. ... (by hanst99)
|
by rrandr
Help with structures
|
|
[3 replies] Last: if(accountrec .account_ID == Iaccount) { fflush(stdin); printf... (by hanst99)
|
by TotalMax
What does this mean?
|
|
[4 replies] Last: Well, many people believe that the switch statement resolves to someth... (by hanst99)
|
by TpOreilly
Is this a data type?
|
|
[4 replies] Last: They are variables, of course. The same rules that apply to variables ... (by hanst99)
|
by oldnewbie
File I/O problem (1,2)
|
|
[26 replies] Last: LOL, if you want to try C::B, then try this, download only the IDE and... (by matsom)
|
by Uzumaki
Sum of Square numbers
|
|
[11 replies] Last: Thank you very much hanst99, The Program runs perfectly, :D (by Uzumaki)
|