by bobsta
Quick robust code for point in polygon problem
|
|
[1 reply] : Okay. I had a stab at the second method based on the psuedo code found... (by bobsta)
|
by Amon Ra
Scan Codes
|
|
[7 replies] Last: I guess you always wanted to say that (grasshopper) to someone :D But ... (by Amon Ra)
|
by DragonKnight
Error C3867
|
|
[19 replies] Last: Just think that everyone once didn't know how to program, If someone... (by Bazzy)
|
by wmheric
Linker error
|
|
[2 replies] Last: Nice, I didn't notice that thread sigh :P (Oh, a new G95 gets its M... (by wmheric)
|
by Nelo87
Trouble understanding.
|
|
[2 replies] Last: Ok, understood. Thank you very much. (by Nelo87)
|
by kamurphy90
simple getline not working ><
|
|
[5 replies] Last: oh found the answer from past problems in this area. Grey Wolf (1134... (by kamurphy90)
|
by cppuser
Question regarding percentage progress bar
|
|
[3 replies] Last: Thank you very much guys ! :) for(int i = 0; i <= MAX; ++i) { p... (by cppuser)
|
by adassus
How to do simple graphics in c++
|
|
[4 replies] Last: Also SDL is crossplatform. No reason to restrain yourself to only 1... (by Disch)
|
by Rikazu
End of chapter problem
|
|
[13 replies] Last: You've tried to create a function (fToC) inside main(). I was going to... (by mcleano)
|
by TooSharp
Quicksort crashes on large increasing arrays
|
|
[2 replies] Last: helios, Thanks for the quick response. Still not getting much farther... (by TooSharp)
|
by wretch
Where and how are constants stored?
|
|
[3 replies] Last: The difference is really that '5' is a single integer value, where "ab... (by Duthomhas)
|
by mcleano
Destructor confusion
|
|
[5 replies] Last: Ahh yes I just compiled in VC++ as oppose to dev-C++ and it worked pro... (by mcleano)
|
by kmvinoth
Array storage?
|
|
[17 replies] Last: Am I the only one who feels it prudent to ask what the OP needs all th... (by Disch)
|
by NGen
A Pointer Array of Arrays
|
|
[1 reply] : So, are you looking for 2D dynamic arrays? If so, this article should... (by Bazzy)
|
by TheSte
VC++ and Release
|
|
[12 replies] Last: OK, so what should your code be doing between outputting copying file... (by closed account z05DSL3A)
|
by msn92
Questions about Boost::Regex
|
|
[5 replies] Last: Ok, I figured it out: CString altag=L"((<img[^>]*>)*?(<br[^>]*?>)*... (by msn92)
|
by azimuth
Criticism of my programming?
|
|
[5 replies] Last: Ooops. Thanks for pointing that out, I would never have noticed. (by azimuth)
|
by tazz25
DirectX Library Linkning Problem
|
|
[3 replies] Last: Lol, if you are programming with DirectX use VC++. I don't know what k... (by mackabee)
|
by adassus
Confused about libraries
|
|
[1 reply] : All the headers are used as interface to a libraries Usually librarie... (by Bazzy)
|
by Scythe37
why does my compiler say that I'm converting from a char to a constabt char?
|
|
[6 replies] Last: Instead of using strcmp do if ( number == conversion ) { ... (by mackabee)
|