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: How to Track Who Is Sms Bombing Me . 4 Replies
1 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
4 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
5 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
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
6 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 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
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
9 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
9 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
9 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: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How To: Stealthfully Sniff Wi-Fi Activity Without Connecting to a Target Router
-
How to Hack Wi-Fi: Getting Started with the Aircrack-Ng Suite of Wi-Fi Hacking Tools
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Crack Password-Protected Microsoft Office Files, Including Word Docs & Excel Spreadsheets
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
Hack Like a Pro: How to Find Directories in Websites Using DirBuster
-
How To: Use SpiderFoot for OSINT Gathering
-
How To: Dox Anyone
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Fix Bidirectional Copy/Paste Issues for Kali Linux Running in VirtualBox
-
How To: Use Metasploit's WMAP Module to Scan Web Applications for Common Vulnerabilities
-
How To: Use Hash-Identifier to Determine Hash Types for Password Cracking
-
Become an Elite Hacker Part 4: Hacking a Website. [Part 1]
-
How To: Create Custom Wordlists for Password Cracking Using the Mentalist
-
How To: The Top 80+ Websites Available in the Tor Network
-
Hack Like a Pro: How to Crack Passwords, Part 3 (Using Hashcat)
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