Click here to Skip to main content
15,949,686 members

Comments by compuknow (Top 56 by date)

compuknow 27-Jun-17 12:31pm View    
The document gives an example of fixed size arrays. for example 'char line[21]', but I have a char pointer whose value is known only as the user enters the string.
compuknow 27-Jun-17 12:26pm View    
Deleted
Can gets be used if the size of the char array is known only at runtime., ie., only when the user inputs the string ?
compuknow 27-Jun-17 12:26pm View    
Deleted
Can gets be used when the size of the character array is known only at runtime (ie., only when the user actually enters the string) ? Further is getws() a standard C function ?
compuknow 27-Jun-17 12:25pm View    
Can gets be used if the size of the char array (or the pointer in this case) is known only at runtime., ie., only when the user inputs the string ?
compuknow 14-Dec-13 0:13am View    
No. But where is it available and where should that file be?