Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gets

if one complains about gets(), why not do the same with scanf("%s",...)?

Prevent buffer overflows with gets [duplicate]

Question about "gets" in ruby [duplicate]

ruby input gets

How to timeout gets.chomp

ruby gets

fgets() call with redirection get abnormal data stream

c gets multiprocess

Replacing gets() with fgets()

c fgets gets

Recovering from a broken TCP socket in Ruby when in gets()

ruby sockets tcp gets

Was gets ever useful? [closed]

scanf("%[^\n]s",a) vs gets(a)

c scanf gets

Is there any function to get an unlimited input string from standard input

c input char scanf gets

Input in C. Scanf before gets. Problem

c input scanf gets

What's the difference between gets and scanf?

c input scanf gets

Why can I use gets() in gcc -std=c11?

c gcc language-lawyer c11 gets

Ruby 'gets' that works over multiple lines

ruby gets

Why is gets throwing an error when arguments are passed to my ruby script?

ruby gets

Implicit declaration of 'gets'

c linux gets

C - scanf() vs gets() vs fgets()

c scanf fgets gets

What is going on with 'gets(stdin)' on the site coderbyte?

Why is the gets function so dangerous that it should not be used?

c fgets buffer-overflow gets