I'm working on a c++ program and I'm using g++ compiler, but I keep getting the same error something along these lines 'unqualified-id for '{' token', The point here is either how do I ignore it or find a solution. Anything will help but I should mention that prior to this post I did extensive research on Google and found no solution so please don't point me to a website. Please and thanks. :)
Forum Thread: G++ Issues
- Hot
- Active
-
Forum Thread: Kali linux command error. Kindly help 2 Replies
16 hrs ago -
How to: Crack Instagram Passwords Using Instainsane 31 Replies
1 day ago -
Forum Thread: When to Use Reverse Shell and Bind Shell? 5 Replies
3 days ago -
Forum Thread: Fluxion Not Working 6 Replies
3 days ago -
Forum Thread: Hacking Stream (LIVE) 10 Replies
4 days ago -
Forum Thread: Blind SQL Injection 6 Replies
4 days ago -
Forum Thread: Hacking Facebook,Twitter,Instagram Account Passwords with BruteForce 160 Replies
1 wk ago -
Forum Thread: Can C Programming Help Me for Hacking or Pen Testing. 10 Replies
1 wk ago -
Forum Thread: I Want to Hack in to My Friends System Through his wifi router i am controlling 7 Replies
1 wk ago -
Forum Thread: How to Use the Exploits Found in Vega Scan 3 Replies
2 wks ago -
Forum Thread: Can I Send a File to a Computer Using Ip Address 5 Replies
2 wks ago -
Forum Thread: How to Use NGROK in a Reverse_Tcp Attack? 20 Replies
2 wks ago -
Forum Thread: Problem with Hacking Webserver with Armitage 11 Replies
2 wks ago -
Forum Thread: Metasploit - Embedding an Android Payload into a PDF? 7 Replies
2 wks ago -
Forum Thread: Creating an Completely Undetectable Executable in Under 15 Minutes! 35 Replies
2 wks ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 43 Replies
2 wks ago -
Forum Thread: Metasploit Use Domain Name as RHOST 4 Replies
2 wks ago -
Forum Thread: Make a Phishing Page for Harvesting Credentials Yourself 4 Replies
2 wks 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 14 Replies
3 wks ago -
Forum Thread: How to Get Social Media Accounts and Real Name from the Footprints Left Behind by a Phone Number 14 Replies
3 wks ago
-
How To: Automate Remote SSH Control of Computers with Expect Scripts
-
How To: This Master Course Bundle on Coding Is Just $34.99
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Hack Android Using Kali (Remotely)
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: 4 Ways to Crack a Facebook Password & How to Protect Yourself from Them
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Scan, Fake & Attack Wi-Fi Networks with the ESP8266-Based WiFi Deauther
-
Hack Like a Pro: How to Hack Facebook (Facebook Password Extractor)
-
The Hacks of Mr. Robot: How to Send a Spoofed SMS Text Message
-
How To: SQL Injection Finding Vulnerable Websites..
3 Responses
"I know that my code is correct because why wouldn't it be?"
Not to sound unkind, but if it was correct, it wouldn't produce an error like this.
It seems to be a rather small syntax-error though. Maybe there's a redundant stream or a missing semicolon.
The code-snippet would really help.
ad_
It is flawed reasoning to think that there is something wrong with the compiler and not your code. Invariably, there is something wrong with your code.
Ok... figuered it out. :)
Share Your Thoughts