Tech Tutorials
Quality Programming and Technology Tutorials [Urdu/Hindi]
Scripts
Home
GameDevelopment
C++ Videos
Scripts
Thursday, 11 May 2017
C++ Tutorials for begginners (hindi/urdu) [part 12]
#include<constream.h>
#include<iomanip.h>
void main(){
clrscr();
int i=0;
while(i<=10)
{
cout<<i<<endl;
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment