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: Hack and Track People's Device Constantly Using TRAPE 32 Replies
20 hrs ago -
Forum Thread: 12 Ways How to Hack Any Social Network and Protect Yourself 2018 1 Replies
1 day ago -
Metasploit Error: Handler Failed to Bind 40 Replies
4 days ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
2 wks ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
2 wks ago -
Forum Thread: How to Hack School Website 8 Replies
3 wks ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 wks ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 wks ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
1 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 48 Replies
1 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
1 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 17 Replies
2 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
2 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
3 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
3 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
3 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
3 mo ago -
Forum Thread: Kali Wont Start, Stuck at Kali Login: 21 Replies
4 mo ago
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Hack Android Using Kali (Remotely)
-
How To: Gain Complete Control of Any Android Phone with the AhMyth RAT
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Find Anyone's Private Phone Number Using Facebook
-
How To: Create Packets from Scratch with Scapy for Scanning & DoSing
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Dox Anyone
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: DDos a Website Like a Pro (Windows Only)
-
Hacking Windows 10: How to Create an Undetectable Payload, Part 2 (Concealing the Payload)
-
How To: Spy on Network Relationships with Airgraph-Ng
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Exploit EternalBlue on Windows Server with Metasploit
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