Search code examples
Why do I have to use gets() function twice in a row?...


cgets

Read More
Error: expected declaration specifiers or '...' before string constant [puts() and gets() st...


cerror-handlingcompiler-errorsgetsputs

Read More
Reading character and integer separated by spacer in C...


cinputscanfgets

Read More
gets() function gets skipped while entering data after first loop in singly linked list...


cstringlinked-liststructuregets

Read More
How to use user input across classes in Ruby?...


rubyclassapi-designgets

Read More
Puts() and Gets() does not work when used after scanf()...


scanfgetsputs

Read More
Are there any substitutes for the gets() function in c99?...


cgets

Read More
What should I use, instead of gets?...


cgets

Read More
Why `gets_s()` still isn't implemented in GCC (9.3.0)?...


cgccc11gets

Read More
How to pass string to gets_s() in C++?...


c++stringgets

Read More
'If' Condition Not Working As Expected In My C Code...


cvisual-studiogets

Read More
How to disable the warning about using deprecated gets in GCC?...


cgccexploitgcc-warninggets

Read More
How can I fix the problem with gets() function in C?...


cstringgets

Read More
How can I use the "gets" function many times in my C program?...


cmemoryruntime-errorruntimegets

Read More
warning: the `gets' function is dangerous and should not be used...


cfgetsc-stringsgets

Read More
Why does this exploit require two separate payload injections rather than one?...


cexploitgetsctf

Read More
How to use gets and puts with linked list using pointers...


cdata-structureslinked-listgetsputs

Read More
gets() and buffer in C...


cstringgets

Read More
Can I use a pointer as the parameter of gets in C?...


cpointersgets

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


cinputcharscanfgets

Read More
C - Is there a way to read a single character of user input, and not have the rest "pushed down...


cinputscanffgetsgets

Read More
Failing to detect long string character values...


cstringscanfgets

Read More
What's the difference between gets and scanf?...


cinputscanfgets

Read More
How to read multiple strings in C one in a line, each containing spaces?...


cstringmallocc-stringsgets

Read More
Ruby- gets issue...


rubygetsputs

Read More
How to check what value is being returned by gets() function in C?...


cgets

Read More
Unable to search character with string input from fgets...


ccharfgetsgets

Read More
Why does using gets() twice in a program to take inputs for two different arrays returns only the se...


carraysstringgets

Read More
Making array (char) 1 gives error on stdio.h...


c++arrayschargets

Read More
Trying to create an array from input whilst in a loop - Ruby...


arraysrubyloopsgets

Read More
BackNext