Good morning,
I'm trying to learn c language, but I get this error when compiling hello world program
Anyone can help me
#include<stdio.h>
int main(){
//dentro de la funcion main
//comentario:!!!!
printf("Hola Youtube!");
return 0;
THIS IS THE ERROR:
mingw32-gcc.exe -c C:\Users\snake\Desktop\c\tut02.c -o C:\Users\snake\Desktop\c\tut02.o
mingw32-g++.exe -o C:\Users\snake\Desktop\c\tut02.exe C:\Users\snake\Desktop\c\tut02.o
Execution of 'mingw32-g++.exe -o C:\Users\snake\Desktop\c\tut02.exe C:\Users\snake\Desktop\c\tut02.o' in 'C:\Users\snake\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CodeBlocks' failed.
Nothing to be done (all items are up-to-date).