including C++ header file in .C file
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
class
is C++ keyword. Why you want to use it inC
?Prasad Notifier using ATL | Operator new[],delete[][^]
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
You're speaking Dutch to a Frenchman. In other words, no .c file can contain a class. There are no classes in C.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
Shailesh Halankar wrote:
i include a header file of a class in a ".c" file
is that what u said, or are we getting u wrong?? :confused: you are trying to use classes in C?? :omg: May be u are not explaining correctly i guess. :)
vijay.
-
Hello, when i include a header file of a class in a ".c" file ...i get error ... "class name" is undefined identifier. how do i solve this? amy clues? regards Shailesh
Shailesh Halankar wrote:
when i include a header file of a class in a ".c" file
You make your file a .cc, .cpp, or .cxx file ;P
If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac