Help me to know about compilers

jamescv7

Level 85
Verified
Honorary Member
Mar 15, 2011
13,070
Have you consider to check the link from a thread of Tutorial C++ under of programming threads?

Part 1
Part 2
Part 3

Code:
#include <stdio.h> 
int main()
{
printf("Hello World");
return 0;
}

Overview: You should aware that C/C++ have their microprocessor modules in order to work the code as possible from <stdio.h>, and usually its already default and no need to change it.

int main is likely equivalent as Sub where there is no returning value, instead it shows the data to show.
 
  • Like
Reactions: JM Safe

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top