by billy1
calendar zeller
|
|
[6 replies] Last: Ok, you need to be smarter. First, DON'T double post things. It will m... (by sammy34)
|
by ecomoda
selection repetition problem
|
|
[3 replies] Last: thanks. (by ecomoda)
|
by ollie
Trying to figure out bool...
|
|
[1 reply] : It's do ... while (...); , not do {...} . (by helios)
|
by omgBUNNY
how to use _getch_nolock() ??
|
|
[4 replies] Last: i just started as an empty project, i guess its a console application.... (by omgBUNNY)
|
by acgrama
rename file makes a copy of the file
|
|
[5 replies] Last: Thank you both Sammy34 and Duoas, it seems the problem is related to m... (by acgrama)
|
by caldin
using streams
|
|
[3 replies] Last: anybody have any insight here for me? thanks for any help, guys. (by caldin)
|
by blaze745
3 dice game
|
|
[6 replies] Last: instead of repeating, num = 1 + rand() % (6); num2 = 1 + rand() % ... (by kfgoh)
|
by mina samy
List all files in the directory
|
|
[2 replies] Last: More on dirent.h (working examples): http://www.cplusplus.com/forum... (by Duthomhas)
|
by lamorak
arrays
|
|
[8 replies] Last: I am thinking I need to have a function loop that checks a number aga... (by jsmith)
|
by rachel0630
Pass By Value and By Reference
|
|
[7 replies] Last: +1 to what Danielsson said. Passing by const reference is for when ... (by Disch)
|
by ARWA
half empty array
|
|
[2 replies] Last: thank you allot again ^_______^ and about the index thanks again f... (by ARWA)
|
by aregaa
How to make a menu in C++ ?!
|
|
[8 replies] Last: First thing, please use code tags.. thats unreadable. Second, that loo... (by Blitz Coder)
|
by burzum619
A few linked lists questions. Very confused...
|
|
[7 replies] Last: Here's a copy of what I sent my cousin's husband, who's going to try a... (by burzum619)
|
by ARWA
error:function style & function definition>.<
|
|
[4 replies] Last: right thanks Danilesson it works perfictly know i can go on ^__^ (by ARWA)
|
by w0ot
c++ components
|
|
[2 replies] Last: thanks much :) (by w0ot)
|
by BJG
Booking system for a hotel
|
|
[5 replies] Last: Just good coding practice in general. For this it probably does not ma... (by Blitz Coder)
|
by random9190
Visual Studio with C++/C# advice plz
|
|
[no replies]
|
by black90
Hello,try correcting this code...
|
|
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; int mai... (by bxc)
|
by liltmac100
please assist sooooon
|
|
[1 reply] : The problem is that since it is a Win32 project, it is looking for a W... (by Zhuge)
|
by KidofPC
How do I make a choice list?
|
|
[3 replies] Last: That pretty much does what you want. You'd just need to extend it a li... (by Zhuge)
|