by imgravity
Static variable in header file
|
|
[4 replies] Last: see if you have a static variable in a class lets say //some.h c... (by writetonsharma)
|
by chiwing
can a refered dll have main()
|
|
[8 replies] Last: Both a DLL and an EXE are a PE32 file, which is basically an organized... (by Duthomhas)
|
by maximusava
Hard Code Password Question/Passing a Parameter to Console
|
|
[1 reply] : Belongs in the Windows forum, but anyway. Three choices: 1. Tell you... (by helios)
|
by VictorH
reference as parameter
|
|
[13 replies] Last: Even if it doesn't seem so, when you need to tell whether a parameter... (by PanGalactic)
|
by strawberry
bind gives error C2065: '_1' : undeclared identifier
|
|
[2 replies] Last: The second line helped. -Thanks. (by strawberry)
|
by rajatgirotra
C++ File Handling issue.
|
|
[2 replies] Last: You want to use an istringstream . It is quite common to do this i... (by PanGalactic)
|
by kk84
how to convert an array of characters to integer
|
|
[4 replies] Last: The Boost Conversion Library (http://www.boost.org/doc/libs/1_38_0/lib... (by PanGalactic)
|
Ex function name |
|
[2 replies] Last: Cool...I've always wondered what it was. And I see tons of Ex function... (by closed account S6k9GNh0)
|
by ansh batra
hey friends
|
|
[6 replies] Last: I guess what I meant to say is that it's a C requirement and not a C... (by Disch)
|
by leethargo
Compile error with nested loops & iterators
|
|
[4 replies] Last: set<>::iterator is the same as set<>::const_iterator. The container c... (by jsmith)
|
by jfq722
are copy ctors of STL classes deep?
|
|
[4 replies] Last: Trust me, the std::vector *is* intelligent but not clairvoyant. Vecto... (by kempofighter)
|
by denis90
Hierarchy design
|
|
[6 replies] Last: I know, saying SimpleTree is kinda ambiguous, here it is how SimpleTre... (by denis90)
|
by ansh batra
i am new to visual c++ complier
|
|
[1 reply] : Do: Use it to compile C/++. Don't: Use it to compile Pascal. W... (by helios)
|
by VictorH
ZED
|
|
[1 reply] : it probably means that you have to create it yourself. 0,-1, numeric_l... (by csiz)
|
by happyboulder
tic tac toe for my 5 yr old granddaughters
|
|
[no replies]
|
by Keerigan
Using batch codes
|
|
[3 replies] Last: The Windows Platform API has a CopyFile function. Directories are tra... (by kbw)
|
by cdw9997
invalid lvalue in assignment error
|
|
[3 replies] Last: Maybe you mean something like a ->setWater( a ->getWater() + water );... (by Hammurabi)
|
by kmitnick
about three layered c++ program
|
|
[3 replies] Last: No, these aren't layers. There are three files, two compiled modules,... (by kbw)
|
by dkaip
real random ...
|
|
[4 replies] Last: When looking in net, the trully real number, generation is not easy. F... (by dkaip)
|
memory alocated problem |
|
[8 replies] Last: I'm wrong again! There's nothing wrong with dUnit& tmp = getGridUnit(... (by kbw)
|