Miscellaneous > Programming & Networking

KDeveloper

(1/1)

shuiend:
i am learning C++ in skool and we use visual C++(it sucks i know) but how do i get kdeveloper to compile my source code. i can open my .cpp file and when i goto build i cant use any of the items. in windows i know i have to open a project but i am not sure how to do that. Also how would i go about adding diffent header files. we use some that are not standard. in visual c++ we need them in the same folder as the .cpp. how do i do that in kdeveloper. i do not use gcc simply b/c i dont know how to use the header files either. if i could be told how or given some links i would greatly apreate it

flap:
In Kdevelop just do Project/New to create a new project. To add files do Project/Add existing files.

Although Kdevelop is nice, it would be worthwhile you learning how to compile your programs from the console with gcc/make if as you say you don't yet know how to do that. What's your issue with header files?

shuiend:
i am right now using g++ to compile simple programs from the command line. and the header file problem is i need to use 2 called apvecter.h and apstring.h. they are 2 that th AP courses use. in windows different compilers make you put them in diffrent places i wanted to know where i would put them in linux for it to compile correctly.

Navigation

[0] Message Index

Go to full version