welcome to this forum.. why wait for one day..start contributing from now only...like u many others are also trying to learn c++ .... discuss with...
nice info...it wud have been better if u had explained it with examples... newbies wud love to know about this....
Try this..itz working fine.. select sal from (select sal from (select distinct sal from ( select distinct sal from emp order by sal desc) where...
#include<iostream> #include<string.h> using namespace std; int main() { char newpass[20]; char p[20]; char pass[20]; cout<<"Enter...
try this:- # include<iostream.h> # include<math.h> int main() { int i,j; double temp1,temp2,k; cin>>i>>j; temp1=log10(i); temp2=log10(j);...
I think u r trying to verify the "A", "S", "W", and "D" movement for a game...but what are r trying to build???
thanx a lot..
Introduction In computer science a search algorithm is a technique of finding a particular item among a collection of items. Searching for data...
Introduction In computer Science and mathematics sorting is any technique that puts elements of a list in a certain numerical or...
welcome to this forum...
JDBC Basics - Part I DSN In the first article we have discussed about Type 1 JDBC driver. In this article we will discuss about the...
sorry..i m not understanding why r u getting errors?? i have no clue..
hmmmmm....solve all ur problems and clear all ur concepts in this forum...we are always with u...
Best of luck..Try ur best..I have shown u the path...Rest is up to u...
Thanks a lot !!
the above expression can be represented as:- sum=sum/(2^16) +sum becoz, (sum >> 16) means the sum divided by 2 to the power 16.. (refer to the...
Compiler compiles the whole program at a time where interpreter one line of a code at a time...so compiler works more faster that interpreter......
IPv4 is 32 bits IP address that we use commonly, it can be 192.168.8.1, 10.3.4.5 or other 32 bits IP addresses. IPv4 can support up to 232...
craziest video of all time i must say...how is it possible??
see this:- #include<stdio.h> #include<conio.h> void main() { int i; FILE *fp; int c; fp = fopen("prog.c","r"); //open the same program...
Separate names with a comma.