Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
ok i get to
include # <iostream.h>
int main()
{
int x=0;
while(x<10000)
{
cout<<x<<endl;
x++;

return 0;
}
ok and iv tryed a hole buntch of [censored] to put the [censored] message box in there
i want it to do the numbers and the message box to pop up and i dont know how someone help


Kill or be killed
Joined: Mar 2002
Posts: 1,136
P
UGN Elite Poster
Offline
UGN Elite Poster
P
Joined: Mar 2002
Posts: 1,136
Well you're doing basic console programming there. If you want a message box, you're gonna need to use the Win32 API. I don't know anything about it really, do some searching for Win32 API tutorials, or talk to SilentRage.

Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
MessageBox(0, "Message", "Title", MB_OK);


Domain Registration, Hosting, Management
http://www.dollardns.net
Joined: Aug 2003
Posts: 240
Member
Offline
Member
Joined: Aug 2003
Posts: 240
you'll have to include <windows.h> to get the win32api calls to work..
int MessageBox(
HWND hWnd, // handle of owner window
LPCTSTR lpText, // address of text in message box
LPCTSTR lpCaption, // address of title of message box
UINT uType // style of message box
);
use silentrage's example as a guide MB_OK is just a type of messagebox MB_ICONWARNING is another just get win32.hlp also known as windows 32 api refrenece


The wise make mistakes, the fools repeat them
----------------------------------------
When you have eliminated the impossible, that which remains, however improbable, must be the truth
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
i tryed the MessageBox(0, "Message", "Title", MB_OK); [censored] didnt work any other ideas?


Kill or be killed
Joined: Aug 2003
Posts: 240
Member
Offline
Member
Joined: Aug 2003
Posts: 240
why didnt it work..
you have to #include <windows.h>
it holds the win32api functions
show your new source
Code
#include <iostream>
#include <windows.h>
int main(){
for(int x=0;x<10000;x++){
MessageBox(NULL,"pwnd noobie","long loop huh?",MB_OK);
}
return 0;
}
there is a loop for you i wudnt run it if i were u :p
make the reitterations smaller


The wise make mistakes, the fools repeat them
----------------------------------------
When you have eliminated the impossible, that which remains, however improbable, must be the truth
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
whats windows.h like whats it needed for?
i got the program and all but whats the differt [censored].h used for?


Kill or be killed
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
MessageBox works only on windows (and windows emulators). windows comes with that function. "windows.h" tells the compiler you want to use windows specific functions. Without it the compiler wouldn't know what the heck a "MessageBox" function is. Each *.h file tells the compiler about new functions you can use.


Domain Registration, Hosting, Management
http://www.dollardns.net
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
k kool got it


Kill or be killed
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
ok i tryed the <windows.h> and the rest of that [censored] it diddnt work i got 31 errors <img border="0" alt="eek" title="" src="graemlins/eek.gif" />


Kill or be killed
Joined: Mar 2002
Posts: 93
Junior Member
Offline
Junior Member
Joined: Mar 2002
Posts: 93
what compiler && windows system are you using?


- "It's not my code that's useless
it's you loosers being unable to
apprecitate it because of your
lack of skills!"
/zenon - C++ master Apprentice
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
im using dev c++ it kool


Kill or be killed
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
and me windows


Kill or be killed
Joined: Aug 2003
Posts: 240
Member
Offline
Member
Joined: Aug 2003
Posts: 240
post your errors and was it with my app or yours.. coz mine works fine


The wise make mistakes, the fools repeat them
----------------------------------------
When you have eliminated the impossible, that which remains, however improbable, must be the truth
Joined: Nov 2003
Posts: 37
Junior Member
OP Offline
Junior Member
Joined: Nov 2003
Posts: 37
its on my comp and im on my moms


Kill or be killed

Link Copied to Clipboard
Member Spotlight
Phatal
Phatal
Houston, TX
Posts: 298
Joined: April 2004
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Cyrez 1
Girlie 1
unreal 1
Crime 1
Powered by UBB.threads™ PHP Forum Software 7.7.5