Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for psuspect
Member Avatar for bluntaxe1
0
536
Member Avatar for Queatrix

I have been a C/C++ programmer for 4 years now, and now that I'm actually reading a tut on it, I have to say, I am impressed! The whole concept of the DS really is cool; and it's flexability is the best I have seen. While I was reading one …

Member Avatar for Duoas
0
85
Member Avatar for Queatrix

How would I execute a C/C++ program without using a windows library? (Like ShellExecute)

Member Avatar for Queatrix
0
150
Member Avatar for Queatrix

I have tried to assemble the following code in TASM and Flat Assembler, but they both give an error for every line of code. What is going on? How can I get the assemblers to assemble the * code?? Thanks for any help you can provide. [code] [BITS 16] [ORG …

Member Avatar for Queatrix
0
136
Member Avatar for wujianwei

Lerner, he may be asking [U]how[/U] to validate it. If so you somewhat like this [CODE] BOOL IsNumber(char szString[]) { for(i = 0; szString[i] != 0; i++) { if(szString[i] >= '0' && szString[i] <= '9') { // This carachter is number. } else return FALSE; // This one ain't, your …

Member Avatar for WaltP
0
97
Member Avatar for virus.exe

jw is "just wandering" right? Without system("pause");, your program will end right after printing your final text, so you won't have any time to read the text before is closes, if you where in DOS rather than in a consol, you wouldn't have to worry about this. You can use …

Member Avatar for WaltP
0
2K
Member Avatar for muhaa

Connection? Like so:? [code]DWORD dwVal; BOOL bInternetExists = InternetGetConnectedState(&dwVal, 0); while(bInternetExists != TRUE) Sleep(100); // Do upload! [/code]

Member Avatar for muhaa
0
90
Member Avatar for jivosan

The End.