pls help me, i really need some example of c++ programs, and how to use them, you can suggest a site or give me a sample program i would really appreciate it if u'll help me...
thanks in advance
At what site can i get turbo c++ sample programs? can u give me some examples that i can just copy then paste?
websites:
######################################...
www.planet-source-code.com
www.cplusplus.com/doc/tutorial/program...
www.frenzy.com/~jaebear/code/c/
www.cs.cf.ac.uk/Dave/C/node3.html
www.cs.indiana.edu/~sabry/teaching/int...
www.actcom.co.il/~choo/lupg/tutorials/...
www.actcom.co.il/~choo/lupg/tutorials/...
www.arachnoid.com/cpptutor/program1.ht...
www.ibm.com/developerworks/webservices...
www.ibm.com/developerworks/webservices...
www.bgsu.edu/departments/compsci/docs/...
######################################...
eg:
#include%26lt;iostream.h%26gt;
#include%26lt;conio.h%26gt;
void main()
{
clrscr();
int i,j,n,sum;
cout%26lt;%26lt;"enter a no."%26lt;%26lt;endl;
cin%26gt;%26gt;n;
cout%26lt;%26lt;endl;
for(i=2;i%26lt;=n;i++)
{
cout%26lt;%26lt;i%26lt;%26lt;"!/";
for(j=1;j%26lt;i;j++)
{
cout%26lt;%26lt;i%26lt;%26lt;"*";
}
if(i!=n)
cout%26lt;%26lt;i%26lt;%26lt;"+";
else
cout%26lt;%26lt;i;
}
getch();
}
Reply:Search in google, you will get thousands of samples and web sites
Reply:www.kicit.com
or e-mail me for LOTS of codes...
hansum_rahul@yahoo.com
Reply:try this....
http://techsearch.cmp.com/search.jhtml?q...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment