First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
MinGW studio debugger
I installed the full version of MinGW studio on an XP box. I like it, but I can't for the life of me see how to invoke the debugger, and quite a bit of web searching doesn't seem to help. The only non-disabled option in the Debug menu is "quickwatch", and I don't get how that works, either. Any suggestions. ... 17 Apr 2008 11:44
Money transfers directly to YOUR PayPal account from strangers around the World
http://www.makemoneygoogle.info it had changed my financial situation into much much better condition. Hopefully..it changes YOURS too.. wish you all the best ... 9 Apr 2008 04:33
Returning an enum (C++)
It's impossible to return the whole enum, rather just one element of it? Thanks -- Derek ... 8 Apr 2008 22:06
Simple Coding Challenges
Night_Lynx(a)hotmail.com said: Dear All, I am a C++ Beginner and, having read and studied (and sucessfully made it through the "Hello World" et. al. stage), I wanted to try my hand at putting it all into practice. To give you an idea of the concepts that I would like to familiarize myself with: I hav... 9 Apr 2008 11:20
[C++] Simple Coding Challenges
Dear All, I am a C++ Beginner and, having read and studied (and sucessfully made it through the "Hello World" et. al. stage), I wanted to try my hand at putting it all into practice. To give you an idea of the concepts that I would like to familiarize myself with: I have just finished reading N.Josuttis' book "O... 8 Apr 2008 11:37
c++, unqualified-id before
Hello I ve this two file: Conversion.h, conversion.cpp Code conversion.h: using namespace std; class Conversion { public: Conversion(); }; Code Conversion.cpp #include <iostream.h> #include "Conversion.h" using namespace std; Conversion() { cout << "test"; } with g++ C.* I recive t... 8 Apr 2008 14:52
全香港最濺IT Manager http://geocities.com/it_super_manager/
$BA49a9A:G_E(BIT Manager http://geocities.com/it_super_manager/ www.funzy.com www.funmobile.com ... 8 Apr 2008 05:24
&& Operator precedence
Aggro wrote: I would like to know the answer to this for both C and C++ as I use both languages (usually in differen projects). Assume the code if( A && B ) Normally A is executed before B No. If A yields false, B is not executed at all. This is called short-circuit evaluation. Note that in ... 8 Apr 2008 10:00
[C and C++] && Operator precedence
I would like to know the answer to this for both C and C++ as I use both languages (usually in differen projects). Assume the code if( A && B ) Normally A is executed before B and this is how I have always believed it is guaranteed to work. But recently I got second hand information that the execution orde... 7 Apr 2008 16:13
Arithmetic with char and long
I ran into a cast type problem which i do not quite know how to approach, please help. I have a float variable s initialized to 0. in a loop i use following code: s=s+(float)score[tmp1]; score is a char array. this array contains numbers 1-5. it seems that every time loop executes s is increased by about 50, ... 3 Apr 2008 19:43
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20