Hi...
getdelim function is posing an "undeclared identifier" problem during execution .so i included #define _GNU_SOURCE even though it is posing the same problem .
i am executing the c++ program in visual studio in windows platform .
how to add GNU extensions in Visual studio ?
dkanthi 0 Newbie Poster
Recommended Answers
Jump to PostI hav run the code specified in the link.
It is showing error as "ssize_t is an undeclared identifier"
what content shouls v write in "getdelim.h" header file?It is misspelled it -- it should be size_t
I just tried to compile that with VC++ 2008 Express and found …
Jump to PostHere is a version that compiles with VC++ 2008 Express, and seems to work ok with the file I tested it with (which is the source code of this program). I have no clue what the second parameter to that function is supposed to do, so this program just ignores …
All 8 Replies
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
dkanthi 0 Newbie Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
drekha 0 Newbie Poster
drekha 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.