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.