Well I want to use some c linux functions in c++ and they have some custom data types structs and I was wondering if I still need to declare them like in c with struct in front of the name, ex sockaddr_in * remote instead of struct sockaddr_in* remote?
Question
Cold Blood
Well I want to use some c linux functions in c++ and they have some custom data types structs and I was wondering if I still need to declare them like in c with struct in front of the name, ex sockaddr_in * remote instead of struct sockaddr_in* remote?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts