by metl wolf
getting current day of the week
|
|
[2 replies] Last: thank you! i found an answer to my problem, although somewhat lengthy ... (by metl wolf)
|
by Richard101
New function
|
|
[6 replies] Last: Oh ok (by Richard101)
|
by joseph63
Tracking handles
|
|
[1 reply] : This is a C++ forum, so this doesn't really belong here. You might try... (by Athar)
|
by irishme
C++ Code to exclude integers
|
|
[6 replies] Last: Every else must be associated with a preceeding if Sticking one i... (by Moschops)
|
by ty98
how to make a program repet
|
|
[5 replies] Last: If you're unable to remember what while and for do, I think you might... (by Athar)
|
by mobat
Ways to improve my code
|
|
[4 replies] Last: I took your advice Zellinger about the while(response != "done") I do... (by mobat)
|
by onyx
me
|
|
[2 replies] Last: Adjacency list / matrix (by Bazzy)
|
by bardicer
Partial File Output?
|
|
[2 replies] Last: ifix is a member variable of the myExpression object's class. The pro... (by bardicer)
|
by ty98
how to use a dll file
|
|
[no replies]
|
by llind212
Need assistance writing a program
|
|
[no replies]
|
by firix
Checked_iter
|
|
[no replies]
|
by mewditto
make pressing a button choose a random thing out of a list.
|
|
[1 reply] : [quote=mewditto]So I want a if(choice == 4) to randomly pick something... (by Athar)
|
by garyu87
output problem
|
|
[1 reply] : The solution is to cast the output as int. cout << (int) array <<"... (by methodos)
|
by ExponentialP
Largest Element in an Array.....
|
|
[7 replies] Last: @crisit121 thanks a lot it worked really well (by ExponentialP)
|
by seerex
C++ and apples SDK?
|
|
[10 replies] Last: Veltas, no need to defend here. I agree that games are largely event-b... (by Acr)
|
by akilguo
How to implement a class with private bidimensional array?
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/17108/ (by hamsterman)
|
Re-writing this IF statement |
|
[7 replies] Last: int PickedNumbersArrayPlayer ; should be int PickedNumbersArrayPlay... (by methodos)
|
by seerex
SFML?
|
|
[12 replies] Last: Yes getting it set up is difficult for newbies. But once you get this... (by Disch)
|
by seerex
Evaluate my console RPG! :)
|
|
[9 replies] Last: Personally, I've found C++ classes to make my code easier to read, und... (by Acr)
|
by zone19871
Help with loop and if statement code
|
|
[4 replies] Last: Well, it does. Loops can be nested. (by Zeillinger)
|