Ok, when i try using "cout" it sais : `cout' undeclared (first use this function)
#include <stdio.h>
using namespace std;
int main(){
printf("Hello");
int c=2;
printf("%d",c+1);
printf("\n");
cout<<"World"<<endl;
}
Again ... if u have any links with tutorial for c++