Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I am a newbie in programming
How do I compile and make single exe file from a c+ or other program from git-hub?
Also I want to add a simple line to check if the user is logged in in my database and if not, he should be logged in to use the program before it starts
Awaiting your guidance
Regards

What I have tried:

I am not able to understand by what and how to start
Posted
Updated 30-Sep-17 21:35pm

1 solution

It depends which compiler or IDE you plan to use. If you want to develop on Windows then get a copy of Visual Studio from Visual Studio Express | Now Visual Studio Community[^]. Study the documentation and see how the IDE does most of the setup for you. Although you will need to understand the rules and options for the compiler and linker. Many github projects have associated documentation so you can always start with that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900