by arsy
...
|
|
[3 replies] Last: Mark all of your code. So its blue, then press the button and hit subm... (by TarikNeaj)
|
by hazelkiss89
Ascii Code
|
|
[2 replies] Last: It might be easier to understand if you start by writing it: text = ... (by dhayden)
|
by ramizouari
ShutDown Function for All Operating Systems
|
|
[3 replies] Last: The shutdown function is indeed different for each OS. I suggest you ... (by dhayden)
|
loan calculation |
|
[2 replies] Last: You can just edit your post if you wanna update. Also, speaking of edi... (by TarikNeaj)
|
by Zanmato
How to overwrite a specific line in a file?
|
|
[3 replies] Last: +1 dhayden. That is a better approach for sure. (by Disch)
|
by joel b
Exception Handling
|
|
[3 replies] Last: Agreed. You're effectively using an exception as an "else" block, whi... (by Disch)
|
by Addsy
Snake game
|
|
[4 replies] Last: gotoxy is a function which sets the cursor point to position x,y (just... (by shadder)
|
How to combine three programs into one. |
|
[7 replies] Last: lol :D (by shadder)
|
by coder47
BFS from an input file
|
|
[1 reply] : The colon is relatively unimportant. The newline matters more. Use st... (by Duthomhas)
|
by cppnerd
dev c++ problem
|
|
[1 reply] : For code tags you must use square brackets not angular ones. cin >> A... (by ats15)
|
by yj1214
A question about class object
|
|
[9 replies] Last: But why this? Foo *foo = new Ham; this is same as saying, int *Foo... (by Gamer2015)
|
by yj1214
protected inheritance
|
|
[1 reply] : Neither protected nor private inheritance allows you to do Parent *... (by TarikNeaj)
|
by JakeMHughes
Vectors and Class
|
|
[2 replies] Last: Okay thank you i fixed it, i just thought since the class had a vector... (by JakeMHughes)
|
by markmansell
Calling child functions from parent
|
|
[2 replies] Last: This is part of my university assignment. Each GameObject has to have ... (by markmansell)
|
Comparing random numbers within a set |
|
[4 replies] Last: Correct. Thanks for the help! I should be able to figure this out now... (by Cyberpunk Eevee)
|
by Nikitesh
Running a program in infinite loop until any key is pressed
|
|
[6 replies] Last: OK..thanks a lot.. (by Nikitesh)
|
by gregorsch
vector template pyramid ?? iterator unexpected behaviour
|
|
[no replies]
|
by clarkkent
Fast Graph
|
|
[5 replies] Last: Start with all words of a given length. Sort them, starting with the s... (by dhayden)
|
by yj1214
Why would you use const?
|
|
[8 replies] Last: Well, there are many reasons you might use const... Imagine you have ... (by Gamer2015)
|
by NahlaWael
loops
|
|
[6 replies] Last: You tell us. Use @Disch's Post and get started on something. Come back... (by TarikNeaj)
|