|
|
Sponsored Links
Sponsor 
|
Sponsor Advertisements help keep UGN Security Online.
Support UGN Security by Purchasing our Sponsors Products.
|
| Top |
|
|
|
#17468 - 10/30/03 06:56 AM
Re: Graphics
|
Member
Registered: 08/28/03
Posts: 240
Loc: New Zealand
|
You dont need graphics.. and do you mean GUI (graphical user interface) or something like directx or open gl :p they are all totally different learn the basics b4 u even bother trying gfx
_________________________
The wise make mistakes, the fools repeat them ---------------------------------------- When you have eliminated the impossible, that which remains, however improbable, must be the truth
|
|
Top
|
|
|
|
#17470 - 11/03/03 01:44 PM
Re: Graphics
|
Junior Member
Registered: 03/31/02
Posts: 93
Loc: Sweden
|
*well... guess who's back? (for those of you who remember me, from the older days)*
Well... being quite experienced in C++ as I am *cough* Yes... there is a way to create graphics in C++ (DOS).
If you have a Borland Compiler at hand.. it's quite easy (although time-consuming) Just tell me if you want some examples from me... I'll be glad to help ya out...
_________________________
- "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
|
|
Top
|
|
|
|
#17472 - 11/04/03 01:00 PM
Re: Graphics
|
Junior Member
Registered: 03/31/02
Posts: 93
Loc: Sweden
|
yes... .. right Wanted to get in with the big buys and play around the digital arena .. hehe... that was quite some time ago Then I got meself out of the n00b-camp and started getting serious.. actually learning something and studying... Well.. here I am,, after milllions of lines in C++ and Haskell (and other languages) and a lot of math and so... I'll do my best to share the knowledge I hold and gain new....
_________________________
- "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
|
|
Top
|
|
|
|
#17473 - 11/04/03 01:38 PM
Re: Graphics
|
Member
Registered: 08/28/03
Posts: 240
Loc: New Zealand
|
lol WHATEVER! #include <iostream>
int main(){
printf("I DONT WANT TO KNOW YOUR NAME\n");
return 0;
}.386
.model flat,stdcall
option casemap :none
include \masm32\include\windows.inc
include \masm32\include\kernel32.inc
includelib \masm32\lib\kernel32.lib
.data
testing db "Is this a message Box",0
testing1 db "Is this really a message box",0
.code
start:
push NULL
push offset testing
push offset testing1
push NULL
call MessageBoxA
push NULL
call ExitProcess
end start thats the extent of my coding.. i dont know what that even does can u help me out man!!
_________________________
The wise make mistakes, the fools repeat them ---------------------------------------- When you have eliminated the impossible, that which remains, however improbable, must be the truth
|
|
Top
|
|
|
|
#17474 - 11/04/03 01:59 PM
Re: Graphics
|
Junior Member
Registered: 03/31/02
Posts: 93
Loc: Sweden
|
Which of the codes do you mean? Looks like C/C++ on the upper hand, and some ASM language on the other.... Actually, it looks like some W32 implementation of ASM, uhhmm.. what's it called.... GOASM is one of those kinds... 
_________________________
- "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
|
|
Top
|
|
|
|
#17475 - 11/04/03 02:45 PM
Re: Graphics
|
Member
Registered: 08/28/03
Posts: 240
Loc: New Zealand
|
lol its called w32asm and im using masm32 if u look at the include ^^ duh Explain them to me.. coz i dont know what they do *snickers*
_________________________
The wise make mistakes, the fools repeat them ---------------------------------------- When you have eliminated the impossible, that which remains, however improbable, must be the truth
|
|
Top
|
|
|
|
#17476 - 11/04/03 03:16 PM
Re: Graphics
|
Junior Member
Registered: 03/31/02
Posts: 93
Loc: Sweden
|
well..... since you actually do NOT seem NOT to know what you are doing.... I just won't help you. So, plz. Don't waste my time with redicilous pranks.
_________________________
- "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
|
|
Top
|
|
|
|
#17478 - 11/04/03 07:57 PM
Re: Graphics
|
Junior Member
Registered: 11/02/03
Posts: 37
Loc: patchouge n.y. 11772
|
black night do you know c++? because quote".386.model flat,stdcalloption casemap :noneinclude \masm32\include\windows.incinclude \masm32\include\kernel32.incincludelib \masm32\lib\kernel32.lib.datatesting db "Is this a message Box",0testing1 db "Is this really a message box",0.codestart:push NULLpush offset testingpush offset testing1push NULLcall MessageBoxApush NULLcall ExitProcessend start" makes no sence im new and even i can do better
_________________________
Kill or be killed
|
|
Top
|
|
|
|
#17479 - 11/05/03 09:46 AM
Re: Graphics
|
Junior Member
Registered: 03/31/02
Posts: 93
Loc: Sweden
|
To bad that you feel that way SilentRage..
_________________________
- "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
|
|
Top
|
|
|
|
#17480 - 11/05/03 12:09 PM
Re: Graphics
|
Stoner Thugsta
Registered: 03/14/02
Posts: 1134
Loc: Pimpin the Colorizzle
|
Originally posted by zenon: To bad that you feel that way SilentRage.. b3c4u53 h3 Wi11 h4x0r j00!!!! pwn j00r b0x!!!!!!!! PH33R!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
Top
|
|
|
|
#17481 - 11/05/03 12:42 PM
Re: Graphics
|
Member
Registered: 08/28/03
Posts: 240
Loc: New Zealand
|
black night do you know c++? because quote " etc..." lmao my silly idiotic friend.. you negelect to see that this is asm which is a low level language and not c++ i dont care what forum im in coz im a cocky son of a bitch.. i like it ruff and i hope shes ruff back
_________________________
The wise make mistakes, the fools repeat them ---------------------------------------- When you have eliminated the impossible, that which remains, however improbable, must be the truth
|
|
Top
|
|
|
|
|
Registered: 03/03/02
Posts: 23
|
|
6889 Members
44 Forums
11030 Topics
45809 Posts
Max Online: 677 @ 06/30/07 10:06 PM
|
|
|
0 registered (),
6
Guests and
7
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|