by pillow
How do you read an unsigned char?
|
|
[4 replies] Last: I believe that some architectures (like M68000) don't allow you to mix... (by kbw)
|
Multiple objects problem. |
|
[10 replies] Last: And if someone is interested in the sourcecode of doom. Here's a nice ... (by Nick Evan)
|
by acarro01
Linker erros with libraries
|
|
[6 replies] Last: Thanks for the link. I tried disabling incremental linking/program opt... (by acarro01)
|
by unregistered
qn on comma operator
|
|
[1 reply] : This is undefined behavior because there is no sequence point between ... (by jsmith)
|
by Sahana
Type Conversion
|
|
[2 replies] Last: Please use proper English and proper spacing. You can get a const ... (by Bazzy)
|
by soabnu
ERROR
|
|
[1 reply] : You don't have the correct library paths on your compiler settings. H... (by Bazzy)
|
by forstudy3
First chance exception in Native C++ dll
|
|
[1 reply] : Since the exception is being thrown at a closing brace, that points to... (by helios)
|
by Damodhar
Unable to initialize string in 64bit
|
|
[6 replies] Last: Yeah you are right regarding the initialization. We are acutally no do... (by Damodhar)
|
by PiMaster
Delete references?
|
|
[6 replies] Last: Yes, I based it off of Game Maker, but not everything is implemented y... (by PiMaster)
|
by dkaip
I whant to make an open source bulk emailer
|
|
[5 replies] Last: Thank's a lot. Just open it. (by dkaip)
|
by Junhui Liao
segmentation fault.
|
|
[4 replies] Last: Thanks a lot for your quite clear explanation ! Best ! (by Junhui Liao)
|
by phummon2
HTTP POST req in C++; header problems!
|
|
[no replies]
|
by raa
Saving bytes from given bits
|
|
[7 replies] Last: It works! Nice! :) And just to be on the safe side you can make the un... (by m4ster r0shi)
|
by Null
More questions about exceptions
|
|
[1 reply] : 1. No. 2. Don't use exception specifications. (by jsmith)
|
Assertion error. |
|
[6 replies] Last: Sigh... where is the sf::shape type defined? Right here: http://ww... (by helios)
|
by Pommespapst
destructors and heritance
|
|
[12 replies] Last: I am sure it works in some implementations. But it could change with a... (by Galik)
|
by ItisMMX
Undefined reference to class::function
|
|
[5 replies] Last: Good catch! I totally didn't notice that. That seems to have fixed the... (by ItisMMX)
|
by Moooce
Classes and threading
|
|
[3 replies] Last: It can be a static member function, but you won't find a threading int... (by helios)
|
by everid
std::unique_ptr, std::bind, std::ref
|
|
[4 replies] Last: For std::bind and std::ref you can look up boost::bind and boost::ref ... (by jsmith)
|
by dolz
can i program a game ?? !
|
|
[5 replies] Last: I agree with Vexer - it's almost vital to understand the syntax first ... (by bluezor)
|