Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

First thing first, I have searched for an answer here and on the net, but couldn't find it. I'm making a GUI program for a school project ot interact with user and convert between KISS (TNC) packet to a normal text. I do have the code, which right now only takes arguments that are pre-load into it by coding and not by real-time loading by user, but that is alright for now and that will be improved later on as I continue this project. For more information of KISS(TNC, a protocol to tansfer information) you can check Wikipedia in the next link: http://en.wikipedia.org/wiki/KISS_(TNC)

I do know how to interact with the weird formation of C++ when using Forms Application, and it strange. For all I know, if I have any problem with that I can check Microsoft website for help. All I need to know in the bottom line is, can I use C code inside C++ Forms Application, and if yes, where do I need to place my functions and library files I have made? Just to type the functions codes over in the cluster of files over there?

BTW: I do know that to program I need to put my code under '#pragma endregion' Thanks.

share|improve this question
2  
Yes, you can. However, it depends on what you are using! Are the libraries dynamic (.dll) or are they static (.a / .lib)? – Kirk Backus Nov 20 '12 at 16:32
Oh! And also, are you using Visual Studio (managed C++) or another IDE? – Kirk Backus Nov 20 '12 at 16:34
Using .lib and Visual Studio. – Yarden Carmel Nov 24 '12 at 20:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.