by kw1991
having problem playing sound
|
|
[1 reply] : #include allows you to add header files to your code. A .lib is no... (by Moooce)
|
by radit91
Struct declaration question?
|
|
[2 replies] Last: Thanx @Gaminic. (by radit91)
|
by radit91
can i put anything for the "return" in the main function?
|
|
[7 replies] Last: @questgulkan, thanx. Your explanation is abit complicated for me, but ... (by radit91)
|
by gh24
Quick Beginner Question
|
|
[6 replies] Last: I used this for a reference as I've never used this algorithm before:... (by Mathhead200)
|
by Pip3mAn
Bubble Sort code (Please help)
|
|
[19 replies] Last: @People saying "Can't do BubbleSort with 1 loop because it's O(n²)": ... (by Gaminic)
|
by gh24
Help Creating A Random Matrix
|
|
[5 replies] Last: If they need to be dynamically allocated at runtime then you can use t... (by Mathhead200)
|
by kw1991
reading from text file to find average number
|
|
[14 replies] Last: report , iterate through the array by increasing i each time... N... (by Mathhead200)
|
Computer Shop Application. |
|
[7 replies] Last: time_t startTime = time(); //do stuff that you want to time... time_... (by Mathhead200)
|
by Zortis
System()
|
|
[7 replies] Last: Obligatory link: http://www.cplusplus.com/forum/articles/11153/ (by Gaminic)
|
by mzd72
error
|
|
[4 replies] Last: any help (by mzd72)
|
by ChueX
C++ project
|
|
[2 replies] Last: Can you show me couple lines of that? (by ChueX)
|
by thechad90000
Calculating average from input file
|
|
[6 replies] Last: Thanks for all your help tonight. You've got it fixed for me and I app... (by thechad90000)
|
by duggarm
question on lists in C++
|
|
[2 replies] Last: [quote=MSVC]error C2678: binary '!=' : no operator defined which takes... (by shacktar)
|
by chainswap
a question on libraries
|
|
[1 reply] : Yes, it's possible and that wasn't a dumb question. That's a good move... (by shacktar)
|
by andrew rober
getline() problem
|
|
[1 reply] : does it always need a string not integer so we use string in the midd... (by shacktar)
|
by Apoapsis
array [variable] problem
|
|
[5 replies] Last: I just realized you might be talking about dynamic array allocation. I... (by stridexr)
|
by Ch1156
Allegro C++ Help
|
|
[1 reply] : I'm assuming allegro.h is some game library. I probably won't be abl... (by stridexr)
|
by Sofestafont
Function Help
|
|
[no replies]
|
How come I can not use class initialization to initalize inherited attributes? |
|
[5 replies] Last: Hi Frantz. I haven't tried that yet but I don't think that would be th... (by hellohellomoon)
|
Help please. Keystroke Function? |
|
[9 replies] Last: Oh I see. Thanks whitenite :) (by hellohellomoon)
|