Compiling error in C++

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Compiling error in C++

Post by ayu »

I get this error when i compile a code in C++, been huming about it for half an hour now and can't find any errors. I found a lot of other errors while searching though but nothing that could solve my compiling error.

Code: Select all

warning: incompatible implicit declaration of built-in function ‘exit’
"The best place to hide a tree, is in a forest"

alien100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 693
Joined: 25 Sep 2006, 16:00
17
Location: Spartan HQ
Contact:

Post by alien100 »

what compiler are you using and what os are you running?
[img]http://img127.imageshack.us/img127/9128/sig3copyyybq4.jpg[/img]

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Linux Debian


used "gcc"


if i'm doing wrong then don't laugh out loud ^^
"The best place to hide a tree, is in a forest"

alien100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 693
Joined: 25 Sep 2006, 16:00
17
Location: Spartan HQ
Contact:

Post by alien100 »

[img]http://img127.imageshack.us/img127/9128/sig3copyyybq4.jpg[/img]

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

post the code you're trying to compile

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

pseudo_opcode wrote:post the code you're trying to compile

It's a super über long code for an exploit that i found so it probably has one of those "anti noob errors" in it, i checked the code and since i know basic C++ i found a few errors that were made when i copy/paste the code into a textfile.
"The best place to hide a tree, is in a forest"

Post Reply