Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
What am I doing wrong? curl
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 2426940"] Better: tablica = malloc(buffersize); Use realloc() for this. One thing to watch out for is that realloc(), like malloc() can fail. If you want to be able to recover from such an error, you need to assign the result of realloc() to a separate variable; otherwise you could lose your original data. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
What am I doing wrong? curl
Top