hello, am a student who loves computers a lot .. and i am studying computer science as a major , C++ was the first language i took .. i read and heard that its a powerful programing language , but unfortunately i've almost completed my first year .. i finished introduction to C++ programing course and Object oriented course but still dont know how to make a windows software because all the projects we make in our labs are win32 console application , and what i want is to make a full program ... like the ones u run using the .exe file ... i've searched the internet and lost hope to find a solution ... thank you for your time ^^
Forum Thread: How to Make a Program Using C++ ?
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
5 hrs ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
5 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
8 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Use the Buscador OSINT VM for Conducting Online Investigations
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How To: Make Your Own Bad USB
-
How To: Dox Anyone
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Create a Bump Key to Open Any Door
-
Advanced Nmap: Top 5 Intrusive Nmap Scripts Hackers & Pentesters Should Know
-
How To: Easily Detect CVEs with Nmap Scripts
-
How To: Hack WPA & WPA2 Wi-Fi Passwords with a Pixie-Dust Attack Using Airgeddon
-
How To: Crack Any Master Combination Lock in 8 Tries or Less Using This Calculator
-
How To: Pick an Antenna for Wi-Fi Hacking
-
How To: Scan Websites for Potential Vulnerabilities Using the Vega Vulnerability Scanner in Kali Linux
-
How To: Hack Any Account That Has Recovery via Phone Option Enabled (SMS) On Android:
-
Hack Like a Pro: How to Crack Online Web Form Passwords with THC-Hydra & Burp Suite
-
How To: Gain Control of WordPress by Exploiting XML-RPC
-
How To: Run Kali Linux as a Windows Subsystem
13 Responses
Although I am not going to school for programming, i have researched it a fair amount and if you are already comfortable writing console applications then you should start learning Windows API if you want to program a full desktop application. Also an exe is just a compressed program, so all you need to do is convert your files for your console application into an executable and you'll have an exe.
thank you for your reply ^^ , am sorry but if i wanted to search for a tutorial ... what do i type ?
https://msdn.microsoft.com/en-us/library/60k1461a.aspx
Microsoft has a bunch of tutorials on their website. If you want other tutorials just look up desktop application c++ or something.
lol.
Highly recommend you do some research next time before you give any more false information.
Yea I realized it was wrong when my comment became hidden but it was too late to edit it. Visual C++ is an IDE, if he wants to make a desktop application (i think that is what he wants) he needs to learn the Windows API right?
"i want is to make a full program ... like the ones u run using the .exe file"
i think he wants to develop a desktop app to run in windows with user interface buttons, text inputs and so on...
its easier to build a GUI just by drag and drop rather than edit xml, ms visual studio supports Visual C++
but i highly recommend Qt as i've said below
I don't mean to be harsh, but a google search would have solved all your problems.
http://www.cplusplus.com/forum/beginner/9192/
There are multiple methods of doing this. Languages like Python have libraries that let you create exe files, and there are programs out there that do the exact same thing.
your not being harsh :) , am sorry but i should've said that i dont want to learn any new language at my current status ... maybe later ... what i want is to creat a program using my C++ skills ^^
I know. I made a reference to Python because a LOT of languages have built in libraries which allow you to create exe files.
Just check the link...
Hello Ahmad!
I recommend you to try out Qt open source! -> https://www.qt.io/
Qt is a framework for GUI development using C++ language with dozes of modules (Qt Essentials) that will help you to develop your applications.
>http://doc.qt.io/qt-5/reference-overview.html
You can download the open source IDE(Qt Creator) cross-plataform for free
>https://www.qt.io/download/
Dude.... How did you learn C++ and they didnt teach you how to compile?
Share Your Thoughts