It sometimes happen to many people as they are working on turbo c++ platforn and are new to present trending platform like dev cc++ ,visual studio,etc.
so need to worry
Basic code goes like this:
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
to include any other use 'c' before it
for ex.: <stdio.h> ----> <cstdio>
rest all goes same as before!!!!!!!!!!!
so need to worry
Basic code goes like this:
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
to include any other use 'c' before it
for ex.: <stdio.h> ----> <cstdio>
rest all goes same as before!!!!!!!!!!!
No comments:
Post a Comment