by yoonkwun
[C++] Friend of Class Inaccessible
|
|
[2 replies] Last: Much appreciate the quick response, works like a charm. (by yoonkwun)
|
by hazarada
hook dll
|
|
[no replies]
|
by ibwood
Program character interpretation USB ports
|
|
[6 replies] Last: Awesome thanks! That fixed the problems :) now i just need to somehow ... (by ibwood)
|
by agoswami
Singleton Class
|
|
[8 replies] Last: It's not so simple to create a template for a Singleton class. If it ... (by jsmith)
|
by skater
Need an ideea for Chess
|
|
[9 replies] Last: UPDATE: i've implemented a depth-first like algorithm .. that ta... (by skater)
|
by aymank1985
multimap inside class accept stuct
|
|
[6 replies] Last: Good catch. I was thinking of actually comparing pair to pair, but th... (by moorecm)
|
by forstudy3
vector push_back crashes application
|
|
[3 replies] Last: Well what does ConvertWstringToString do? How do you expect us to kno... (by kempofighter)
|
by timothyguo
reference parameter in constructor
|
|
[4 replies] Last: I got it! rocket::interval is a struct timespec* pointer. I now... (by timothyguo)
|
What is wrong with this? |
|
[4 replies] Last: int b is integer type, not a string. You can write #include<string>... (by timothyguo)
|
by gr3go
simple operator<< question
|
|
[4 replies] Last: Thanks for the quick answers :) The undefined behavior seems to be a ... (by gr3go)
|
realloc is not your friend? |
|
[11 replies] Last: Ok, thanks for that. However, it would need to be written for completi... (by KarlisRepsons)
|
by drBrule
Code::Blocks and GDI+
|
|
[no replies]
|
by vivmen
operator overloading fails
|
|
[4 replies] Last: thanks R0mai. it really helps. (by vivmen)
|
by karthick88
Name Mangling in C++
|
|
[11 replies] Last: Yes, it's impossible. Giving the compiler the freedom to generate what... (by helios)
|
by qabil
about source code
|
|
[4 replies] Last: I don't think you can get the source. You better get ready to write it... (by EliteHussar2)
|
by mcleano
Issue with Boost
|
|
[7 replies] Last: Properties > C/C++ > Command Line (by helios)
|
by aymank1985
Inherit class form different header file
|
|
[10 replies] Last: I am sorry if i am not clear in explaining the problem . basically fo... (by aymank1985)
|
Ctor, Dtor problem with handles |
|
[4 replies] Last: Ok thanks! (Many C programmers are used to the "declare on one line,... (by magnificence7)
|
by yilmazma
hash_set vs hash_map
|
|
[3 replies] Last: Use a map with the name as the key. (by PanGalactic)
|
const pointer in a throw list + inheritance |
|
[11 replies] Last: (And one other thing... it is recommended to throw by value and catch ... (by jsmith)
|