Why does this work *add = add +1; but not this add++ |
|
[1 reply] : * has a lower priority than ++ *add++ is the same as *(add++) So... (by Disch)
|
by kunz
DEV C++
|
|
[4 replies] Last: so you mean to say that Devc++ has a plugin to auto format it (by kunz)
|
by tunadinc
Print if it matches.
|
|
[1 reply] : The idea is to store the number-character pairs in such data structure... (by keskiverto)
|
by legitgreen97
Help with Dice program in c++ pleaseeeee
|
|
[1 reply] : All your roll() function needs to return is : return (rand() % 6) + 1... (by Texan40)
|
by tunadinc
Limit Login Attempt without return 0!
|
|
[3 replies] Last: That doesn't change the fact the OP has the return in wrong location. (by AbstractionAnon)
|
by mikewaz
Typedef & main help
|
|
[no replies]
|
by mt106250
Logic errors and segmentation fault in C
|
|
[1 reply] : Here's a first hint for you. This is what my compiler warns me about w... (by mutexe)
|
by ohad
somebody can help me?
|
|
[3 replies] Last: Why are you using a ++; at line 10? (by MK4884)
|
by Emery1998
Conditions with random numbers
|
|
[4 replies] Last: As koothkeeper said first you must convert the string to a integer Try... (by MK4884)
|
by Henkie12345
Strugelling with Void function
|
|
[2 replies] Last: Thanks a lot (by Henkie12345)
|
Binary Search Tree |
|
[no replies]
|
by vxk
character string
|
|
[6 replies] Last: still both my questions are unanswered (by vxk)
|
Copy/pasted tutorial code not behaving properly |
|
[8 replies] Last: Or you download QtCreator :b But what was the problem downloading Gcc... (by Gamer2015)
|
by Hesham0
Calculator
|
|
[10 replies] Last: What type of calculator are you making?? If a simple one then I creat... (by MRQ1)
|
by sasw111
help
|
|
[8 replies] Last: Getting input from the user and counting up results is about as basic ... (by cnoeval)
|
by MRQ1
Which Graphics library to use??
|
|
[1 reply] : I've started with 2D games using the Libraries SDL and SFML. SFML is e... (by Gamer2015)
|
Simple program code review request |
|
[7 replies] Last: If that's not enough (for long statements) you could write those in 3 ... (by Gamer2015)
|
by nichu05
Search string
|
|
[2 replies] Last: Ok Thanks Samuel... (by nichu05)
|
by keanedawg
Using the same binary search algorithm twice, need to differentiate between returning an in-between number and a found number
|
|
[1 reply] : Perhaps seeing a description of std::lower_bound will help: http://... (by cire)
|
by luckybananas
Help please
|
|
[7 replies] Last: Change function return value to string, remove line 67, 68 we dont nee... (by LendraDwi)
|