Hy All, What does the function inportb() do? Can we use same function in Cpp or any-other function is available which do the same thing? Actual code lines...
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
Hi All, While dealing with functions in C++ . Generally, the C++ convention is the call-by-value. An exception is where arrays are passed as arguments, Arrays...
Hi All, Manny languages like C++ provides a way to generate random numbers. Like C++ provides a rand(); function to do this. But (it might be silly to ask) the...
Hi All, i was making "tictac toe" a famous game. i made it but the following portion of the prog although it works but it does not seems good to me. i...
Hi all, I am new to c++, and i want to expand my knowledge on c++. i want to ask that any respectable member have beginner level programming problems, then...
CODE: int i,j=2,k=4; i=(j>3)&&(++k==6); cout << i << k << endl; i=(j<3)&&(++k==6); cout << i << k; output: 04 05 //why it is not printed as 05 16 Regards ...
Why the Cpu Usage Boosts to 100% While running this simple Prog? can this code damage cpu? How long will it take to damage a CPU? I know this contains a...
friends I want know the difference between Turbo C and Netbeans C i know that some coding give different results on gcc compiler(Netbeans use this) and Turbo...
Friends I need your help! I want to know whether different compilers gives different results?? example!! main() { int i=6; i=i++ * i++; printf("%d", i); } I...
Job Details: software developers with experience in either java platform or .net platform with minimum 2 years experince in Console application & Designing...
hi i need a code that will calculate the charge/kwhr.. is there anyone who can help me??// thank you.. NYLIA [Non-text portions of this message have been...
FYI ... From: Prasad Rao Date: Wed, Aug 26, 2009 at 9:45 PM Subject: Google Code Jam Returns! Hi,* Given a 49x49 grid of numbers, can you place mines in the...
ISO/IEC 14882:2003 this is the standard of iso for C++ ..........does any body possess it ???? or can any body tell me where to get it free from on internet...
Hi All, Does any one know about hlinesoft.com. Because one of my friends got offer from this company. Regards VKV [Non-text portions of this message have...
Hiii friends.. Plz gve a solution to my doubt.. Can a destructor b overloaded..!!! Thanx Mansi Sharma See the Web's breaking stories, chosen by people...