by eiger3970
Default Arguments Example
|
|
[3 replies] Last: You can also use your function the following way #include <iostream>... (by vlad from moscow)
|
by anindyasd
currentCardRank ?
|
|
[1 reply] : I have no idea what S, R or x are. I'm guessing it's suit, rank and v... (by Stewbond)
|
by Factors
But why.
|
|
[4 replies] Last: This operation as ~ inverses bits from 1 to 0 and viice-versa from 0 t... (by vlad from moscow)
|
by unstoppy
polymorphism
|
|
[5 replies] Last: thanks for reply guys. does that mean that it's not possible to use ... (by chipp)
|
by jorz
managed variables
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/variables/ Edit: I have sear... (by Catfish2)
|
by toomanystars
Tic Tac Toe Expert needed
|
|
[4 replies] Last: Those are from other exercises programs etc I have attempted. I always... (by toomanystars)
|
by galiwocky
Problem with getline() string input
|
|
[no replies]
|
by Karosas
How to start effective learning?
|
|
[2 replies] Last: I started by picking up three older books (around $5-10 each) and star... (by toomanystars)
|
by arc63
Fstream having trouble reading .txt files
|
|
[3 replies] Last: The for loop in printList is wrong, for(int i = length; i < MAX_LENGT... (by naraku9333)
|
by anindyasd
How to find Royal Flush on Poker C++
|
|
[13 replies] Last: yeah my senior said that JAVA is very interesting :D btw now i try to... (by anindyasd)
|
by anindyasd
Changing card
|
|
[3 replies] Last: You're going to have a very tough time getting someone to help you wit... (by Volatile Pulse)
|
Finding the 10,001st prime number |
|
[1 reply] : This if never happens, it's impossible to: while(divider < 150000) {... (by Volatile Pulse)
|
by Miterez
Gentle guidance While, Switch, forever looping
|
|
[4 replies] Last: I'm not 100% on this or my terminology, but I'll try my best to explai... (by Volatile Pulse)
|
by codaraxis
Memory Management
|
|
[1 reply] : "memory management" is a bit of a red herring. Read up on storage clas... (by Cubbi)
|
by Friezan
Strings Questions
|
|
[2 replies] Last: Strings are actually a objects (not variables). strings are very usef... (by Lowest0ne)
|
Open GL |
|
[8 replies] Last: just ordered a couple books for openGl yesterday, it's still widely us... (by Need4Sleep)
|
by ptrlake2
"cls" command?
|
|
[10 replies] Last: I dont understand win32, but i have been using the function for ages w... (by Need4Sleep)
|
by tradechat
Need help with my CODE!
|
|
[9 replies] Last: C = 180 - ( A + B ); // This is the same as C = 180 - A + B; The brac... (by htirwin)
|
by vckngs7
XML files
|
|
[8 replies] Last: Thanks Texan40. Any chance you can throw in some comments here and the... (by vckngs7)
|
by LaC0saNostra
Loop(Specifying amount of employees user can input)
|
|
[11 replies] Last: 3B) Expand your Payroll program so that it repeats for as many employe... (by LaC0saNostra)
|