Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Jul 1, 2007 1:28 pm
11669
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Jul 1, 2007 1:28 pm
11670
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jul 1, 2007 1:28 pm
11671
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Jul 1, 2007 1:28 pm
11672
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jul 1, 2007 1:28 pm
11673
Hello All, With a growing demand for System Professionals, we are pleased to announce a new weekend batch of Operating Systems & i386 Processor for working...
for what level u want to educate him, i meant that of which class he is in. i can educate him c or c++ . Arif Ali Saiyed <arifali_007@...> wrote: Hi, I...
All, This is a very simple module but i am not able to tracedown on where the problem is lying. The kernel trace is kernel BUG at mm/slab.c:2736! invalid...
Bhasker C V
bhasker@...
Jul 2, 2007 4:31 pm
11676
Hi All, Please help me in understanding what's the difference between the two statements below [1] cout << "Number: " << static_cast<int>(3.14159) << "\n"; [2]...
Title: Application Development and Production Support Duration: 3 - 6 months. Start Date: July 9 or July 16 Rate: $60/hr Max (Corp-to-Corp or W2) Job...
hi.. by considering you will be aware of 8051 microcontroller knowledge i will be going ahead.. i ahave previously worked on asemlby language.. Now in 8051...
Hi Shveta, In the first line of cast you may get a warning since it narrowing the conversion. This may be the only one significance you may see while compiling...
Steephen George Kalla...
Steephen.Kallarakkal@...
Jul 7, 2007 8:28 pm
11680
Hi Steephen I don't saw it in page 182. Please clearly defined its. Iam very interesting that. Steephen George Kallarakkal <Steephen.Kallarakkal@...>...
HI Santhosh, Please download the "Thinking in C++ "and search for static_cast. Thanks & Regards, Steephen ________________________________ From:...
Steephen George Kalla...
Steephen.Kallarakkal@...
Jul 12, 2007 1:57 pm
11682
Hi, Like variable, a function can be part of a namespace, but can a namespace be part of a function too? Thanks, Shveta ... Don't be flakey. Get Yahoo! Mail...
Hello All, With a growing demand for Kernel & System Professionals,we are pleased to announce new weekend batches of "Linux Device Drivers and Windows Device...
Hi friends, If a person with C++ or QT designer looking for job change please send your CV for Aviation domain. work is good and onside is associated with it. ...
Dear All, We have Tests & Interviews for Technical Candidates on Wednesday July 18 2007 in Mumbai. These will be conducted for Shortlisted Candidates who meet...
... Out of interest - did you actually compile and test this? Because I'm unaware of any (normal) system where it will run 100 times. (Hint - after 100...
... // declare and initialise int a, b; int* x, y, temp; x = &a y = &b. // swap temp = x; x = y; y = temp; -- PJH "I contend that we are both atheists. I just...
... What are you trying t achieve here? Can you be a bit more specific about the problem? -- Regards Sumit Chawla ("eNetra : Hail the Invention") "Computers...
... You need to figure out how it works.... p1 = p1 ^ p2; p2 = p2 ^ p1; p1 = p1 ^ p2; -- Regards Sumit Chawla ("eNetra : Hail the Invention") "Computers are...
... This is not guaranteed to work if the types of p1 and p2 are int*. See http://avsharath.googlepages.com/swapnotemp.html#cxor -- PJH "I contend that we are...
Dear all, I need to create a structure to display a directory tree such as Windows directory format. Can anyone give me some advices on this? Thanks and...
... -- ... Nice one...It mentions the cases where the above one will fail...need to have check for those...but still a very simple way for performing swapping...
... No it's not. It's "cute" - nothing more. If you want to swap values, use a temporary - see the end of that link for why. -- PJH "I contend that we are both...