by Allaye
statement codes inside my if statement not executing
|
|
[9 replies] Last: Please DON'T go back and replace your old posts with new code. It mak... (by MikeyBoy)
|
by mmgh
Numerical analysis problem
|
|
[13 replies] Last: Yeah not so trivial. I am trying to find another way to implement the ... (by mmgh)
|
by primem0ver
Memory management marker sequence
|
|
[3 replies] Last: Yes, boundary tags go before and after each block of memory. You don'... (by AbstractionAnon)
|
by alesandro676
HWND txt color
|
|
[1 reply] : The lParam contains the HWND of the your textview. Thus you can do... (by coder777)
|
Reading classes from a text file |
|
[8 replies] Last: The way you describe your assignment makes no sense to me. Maybe someo... (by dutch)
|
by mezhhh
Cannot access members in my class C++ ISSUE
|
|
[15 replies] Last: Thanks for that, i ended up making some code based of yours and it wor... (by mezhhh)
|
by dudouet
Array compression
|
|
[19 replies] Last: if you needed more accuracy for #2 you could use your own wavelet inst... (by jonnin)
|
Why std::copy changes my pointer position? |
|
[2 replies] Last: Duplicate http://www.cplusplus.com/forum/beginner/248645/ (by salem c)
|
by Vinno
C++ ERROR - Crashes upon compilation
|
|
[1 reply] : You need to throw away your book and your compiler. Whatever it is, it... (by salem c)
|
by frek
Enumerations and an error in tour of C++
|
|
[5 replies] Last: Thank you both very much. That field was blank but I chose "ISO C++ La... (by frek)
|
by alesandro676
HWND txt color
|
|
[no replies]
|
by vaderboi
Missing type specifier- int assumed
|
|
[12 replies] Last: Thank you for that thorough link, @JLBorgees. Thanks everyone else fo... (by vaderboi)
|
versatility of box2D/chipmunk |
|
[no replies]
|
by Mikeyy222
problem with game.
|
|
[4 replies] Last: @dhayden yea, that makes sense. It works. thanks. now just trying the... (by Mikeyy222)
|
by kapil2905
Is the articles section on this website still active?
|
|
[no replies]
|
by kapil2905
What is the meaning of scoped object in the context below.
|
|
[4 replies] Last: Thanks mbozzi & Peter87 :) (by kapil2905)
|
by cj1983
Polymorphism - probably simple!
|
|
[8 replies] Last: Incidentally, template instantiation is technically another form of po... (by doug4)
|
by mikix
Is it possible to change a string/char/variable in a binary file ?
|
|
[3 replies] Last: well, yes lol. If the program is YOURS, there is no sense in hex-edi... (by jonnin)
|
by arjv
A little problem with my assignment on a telephone directory
|
|
[1 reply] : read input as a string and check that it is all letters. as for how... (by jonnin)
|
How to increase speed of large for loops |
|
[8 replies] Last: I agree, it looks to be doing too much work. But without some feedbac... (by jonnin)
|