Re: newbie: I/O with nasm
- From: "santosh" <santosh.k83@xxxxxxxxx>
- Date: 7 Mar 2006 10:09:30 -0800
James Daughtry wrote:
push name
call _gets
add esp,4
While I realise that assembly programmers are expected to know what
they are doing, nonetheless, keeping in mind the apparent inexperience
of the OP, gets() is a very dangerous function to use. fgets(), while
marginally more complicated to use, is far safer, even for assembly
programmers.
.
- Follow-Ups:
- Re: newbie: I/O with nasm
- From: Frank Kotler
- Re: newbie: I/O with nasm
- From: James Daughtry
- Re: newbie: I/O with nasm
- References:
- newbie: I/O with nasm
- From: TK
- Re: newbie: I/O with nasm
- From: James Daughtry
- newbie: I/O with nasm
- Prev by Date: Re: application that retrieve the number of cpu cycles, junk 'cycle' after expression
- Next by Date: Re: newbie: I/O with nasm
- Previous by thread: Re: newbie: I/O with nasm
- Next by thread: Re: newbie: I/O with nasm
- Index(es):
Relevant Pages
|