Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

11 Posted Topics

Member Avatar for kemkoi

I think it doesn't matter that which language you or your friends learn,the .dll file can help you.And if you want,it's even possible for you to call your friends' program(Just like "system(Command)" in C++ language).So,do as you want.

Member Avatar for amanahad
0
322
Member Avatar for elbiociq

I have a suggestion:if you want to analyse programs,you may study Assembly Language(asm),because that's the foundation of analysis.

Member Avatar for elbiociq
0
216
Member Avatar for canterorist
Member Avatar for crunchie
0
105
Member Avatar for dspjm

If you use C/C++ language,you can use VC++ to make a GUI.And if you want to use a free IDE,you can use DEV C++(But you should make a lot of codes). And if you can use Object Pascal,maybe Lazarus can help you.

Member Avatar for JamieLynnSEO
0
247
Member Avatar for ananthaisin

I suggest you Lenovo Y460N.Since Lenovo purchased the IBM PC department,the Lenovo's laptops have improved a lot.Heat dissipation or other technics are advanced.

Member Avatar for sarah newton
0
169
Member Avatar for EMT

Do you really believe that the server gives you the images at all time? The server only needs to give you the information of what in your "view" and where the are,and if you also calcute the bandwidth required in this solution,you may realize.

Member Avatar for Aranarth
0
183
Member Avatar for WASDted

I'm interested in Mobile Phone and robots.In fact,other IT products are OK. The more,the better.

Member Avatar for WASDted
1
99
Member Avatar for lelejau
Member Avatar for edong
Member Avatar for FlamingClaw

But I have a suggestion:other password input program will use "*" in stead of the char which you input.And you can use the function "ReadKey"(in CRT unit) which gets a char from keyboard and doesn't show this char in screen. [CODE=Pascal] Uses CRT;{I only give you the UI codes and …

Member Avatar for FreeBirdLjj
0
2K
Member Avatar for JacobBruce

Ah~Every procedure only has one sentence,so directly use(don't use in procedure) may quicker.And I think,Mouse.CursorPos may be quicker. And there is another way(perhaps quicker): [CODE=Pascal] Procedure GetMouse(Var s,x,y:Word); Var _s,_x,_y:Word; Begin Asm MOV ax,3 INT $33 MOV _s,bx MOV _x,cx MOV _y,dx End; s:=_s; x:=_x; y:=_y; End; Procedure SetMouse(x,y:Word); Begin …

Member Avatar for pritaeas
0
317