by frog1
How to use excel Dialogs(xlDialogPrint)
|
|
[no replies]
|
by JakeIsBoss
Variable Number in File Name
|
|
[6 replies] Last: I just put "newname.str().c_str()" as the input for ifstream and renam... (by JakeIsBoss)
|
by fsshl
can we access address of private member(data)
|
|
[1 reply] : The answer to your original question (thread title) is : nope! If vc7... (by andywestken)
|
by PlusPower
The number of digits in a number entered by the user
|
|
[3 replies] Last: Thank you both for your posts! @Duoas My program works. And why sh... (by PlusPower)
|
by iCurzU
When to use global variables...
|
|
[9 replies] Last: Yep! Just clarifying things in (what's left of) my mind! (by andywestken)
|
by miivers
(*this)-> question
|
|
[14 replies] Last: My guess CSomeClass contains a pointer/handle to some object, this is... (by kev82)
|
by chulio
About Makefile
|
|
[2 replies] Last: http://www.gnu.org/software/make/manual/make.html (by closed account 1vRz3TCk)
|
related to function pointer |
|
[3 replies] Last: #include <iostream> using namespace std; #define CALL_MEMBER_FN(obj... (by closed account 1vRz3TCk)
|
by HenriK
Could this be optimized even better?
|
|
[12 replies] Last: Oops, I made a mistake. Forgot that there were two different Fix -func... (by HenriK)
|
GPU-Programming - a few questions to get started |
|
[5 replies] Last: Well, thank you, but none of you have directly answered my questions y... (by NameThatIsNotTaken)
|
by NickPaul
Problem Building Boost
|
|
[no replies]
|
by jay75
scope + pointer problem
|
|
[6 replies] Last: make sure you destruct the constructors (by graham sullivan)
|
by navderm
copying from a boost pointer
|
|
[no replies]
|
by nano511
making monster spawn off screen
|
|
[4 replies] Last: srand(time(0)); int first = rand() - 200; int second = rand() %... (by graham sullivan)
|
by bunohash
if/else vs "?"(conditional operator)
|
|
[5 replies] Last: Chathu: That's the kind of situation where you'd be better off with i... (by Disch)
|
by JakeIsBoss
Where's the Text document?
|
|
[4 replies] Last: Just tried it. Works like it should. Now I'm gonna start on reading th... (by JakeIsBoss)
|
by itcplpl
header for space and not_space
|
|
[4 replies] Last: thanks CodeMonkey (by itcplpl)
|
type redefinition |
|
[2 replies] Last: Ah i see thanks, that link explained why, i was including it in anothe... (by hastingsdirect)
|
by Umair Khan
undefined reference to
|
|
[3 replies] Last: sth wrong with pointers??? Yes. This template <class Object> void L... (by coder777)
|
by acwas
need some comment - god or bad is ok
|
|
[2 replies] Last: This is a bad idea. 1) It doesn't make any performance difference wh... (by Disch)
|