| View previous topic :: View next topic |
| Author |
Message |
Acim Grandmaster Cheater Supreme
Reputation: 0
Joined: 04 Jun 2007 Posts: 1948 Location: If anyone has a GMS DK and they don't need it I'll have it!!
|
Posted: Wed Oct 10, 2007 3:32 pm Post subject: |
|
|
Mine closes immedialty.
_________________
I'm alive and well, but I quit CEF for a while. Legitly playing since Novemberish 07. Starting hacking October 06. |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Oct 10, 2007 3:35 pm Post subject: |
|
|
It is better to use a loop instead of goto, because then you can take advantage of some of the higher level constructs for handling loops, like break or continue.
| Code: |
do {
...
} while ( stricmp(szInput, "exit") != 0 );
|
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Wed Oct 10, 2007 4:02 pm Post subject: |
|
|
| appalsap wrote: | That's because you're running it from explorer so you can't see the output. start->run->cmd
| Code: |
cd path\to\executable
yourexecutable.exe
|
and you will be able to see it all |
yep, also MSVC++ 6.0 FTW !!
| Acim wrote: | | Mine closes immedialty. |
Run it via cmd or just do it like:
| Code: |
if (!GetAsyncKeyState(VK_ESCAPE) {
return 0;
}
|
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Wed Oct 10, 2007 4:04 pm Post subject: |
|
|
Learning programming from the net sucks, books > better
i got C and MSVC++ 6.0 Books from my dad friend
he knows it very good T.T
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Oct 10, 2007 4:12 pm Post subject: |
|
|
| Kaspersky wrote: | Learning programming from the net sucks, books > better
i got C and MSVC++ 6.0 Books from my dad friend
he knows it very good T.T |
Just like learning from a book, it takes the time and effort to locate what you are looking for. I have yet to read 1 book on programming. I've self-taught myself everything I've learned so far from the internet. I'm not saying books are useless all together, as, they have been around longer then the net. But, the net has everything you will find in a book, for free. As long as you put in the effort to locate it, you will find it.
|
|
| Back to top |
|
 |
TheSorc3r3r I post too much
Reputation: 0
Joined: 06 Sep 2006 Posts: 2404
|
Posted: Thu Oct 11, 2007 7:28 pm Post subject: |
|
|
There's one problem with that Wiccaan: staring at a screen/straining your eyes to read what's on it hurts and sucks. for beginning, books > google
_________________
Don't laugh, I'm still learning photoshop! |
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Oct 11, 2007 8:00 pm Post subject: |
|
|
How do you plan on programming without staring at a screen?
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Oct 11, 2007 8:29 pm Post subject: |
|
|
| TheSorc3r3r wrote: | | There's one problem with that Wiccaan: staring at a screen/straining your eyes to read what's on it hurts and sucks. for beginning, books > google |
Depends on how old your monitor is lol. If yours is killing your eyes, should get a new one. I recommend a flat-screen CRT for easy-on-the-eyes reading.
|
|
| Back to top |
|
 |
|