by Cojones
Anyone intereseted in C++ Game Developing using DirectX?
|
|
[no replies]
|
by faisalsahar
problem in overloaded functions.
|
|
[4 replies] Last: Yes. 12.5 is double ,so if calculate(int x, int y) be called, 12.5... (by song)
|
by kfmfe04
STL and Smart Pointers
|
|
[4 replies] Last: I only once tried to use part of the pool library for other things but... (by jsmith)
|
by ak555
variable type
|
|
[3 replies] Last: You can store the value to a ini file or XML file. (by song)
|
by Incubbus
manipulate map items, L-value Error
|
|
[2 replies] Last: struct MYSTRUCKT { string name; }; int main(){ int number=1; ... (by song)
|
by GPN
How to get the exception line from the call point.
|
|
[1 reply] : There isn't really a way without macros. (by jsmith)
|
by julian
Catching HTML with a C++ program
|
|
[3 replies] Last: There are plenty of methods like URLDownloadToFile() (see Win32 ng ht... (by george135)
|
by Return 0
C++/SQL API Recommendation
|
|
[3 replies] Last: Windows Data Access Components SDK http://msdn.microsoft.com/en-us/... (by closed account z05DSL3A)
|
by Tonkadad
Calling a vb.net program from C++
|
|
[4 replies] Last: There is also COM/.net interoperability (if you know about COM (Compon... (by closed account z05DSL3A)
|
by kfmfe04
Converting enum types
|
|
[2 replies] Last: That's unfortunate that I have to upgrade to a class to get at operato... (by kfmfe04)
|
Security code not working |
|
[3 replies] Last: ewan (by palavzkie)
|
by Force
Book about C++ and game programing
|
|
[4 replies] Last: Thanks Return!Be sure I'll check that book!I still accept any other su... (by Force)
|
by dragonwolf
printing grade
|
|
[4 replies] Last: scores is an unitialized array within the printGrade function. printT... (by kempofighter)
|
STL bitset count() implementation |
|
[2 replies] Last: SGI's reference implementation runs in linear time with respect to the... (by jsmith)
|
by romasi
Returning refernce to a pointer
|
|
[7 replies] Last: Thanks for the clarification. =) For n4nature, I meant any function... (by romasi)
|
by Incubbus
Friend function can“t access Member function
|
|
[1 reply] : If CheckError isn't a static member of the class, you need a class... (by Bazzy)
|
by Shaitan00
String Parsing using known delimiters? [C++]
|
|
[3 replies] Last: For this I would use a regular expression (boost::regex). It will do ... (by jsmith)
|
by vRltwE
Read a binary file that was made by Matlab
|
|
[2 replies] Last: ...There are 8 bits (0000 0000) in one byte. Not necessarily. see: ... (by closed account z05DSL3A)
|
by kfmfe04
What to avoid when coding for multithreading?
|
|
[6 replies] Last: Helgrind does detect race conditions in multithreaded code. (by helios)
|
by jdstufu
near and far keywords inquiry
|
|
[5 replies] Last: They're pointers for different memory models and as such have their ow... (by kbw)
|