User forums > Help

a problem in WXwidgets project

<< < (2/2)

parisa_k:
you mean I should remove all of the 'includes' in .cpp files? but I did so and it gives errors

------
let me tell you what I  exactly want to do,
I want to make a graphical interface for a project that is written in C language...for this purpose as I said before, I have started a Wxwidgets project and added the .C files to it ......
--------

stahta01:
You need to find an programming forum to help your learn the basics of programming.
The Code::Blocks forum is not for learning the C/C++ Language.

Do you know the difference between C and C++ code?
Because your answers implies you do not know it!

EDIT: As I stated before Code::Blocks thinks .c files contains C code. And, .cpp files contain C++ code.

Do you know the difference between an IDE, Compiler, and Linker?

Do you know the difference between source (.c and .cpp) and header (.h) files?

I think you need someone or some site to teach you the basics of C/C++ programing.

Edit2: wxWidgets is an C++ Library calling it with C code is not for an beginner to do.

Tim S

parisa_k:
before, I thought that I know the meaning of this concepts but know I`m getting suspected........
but any way what does this mean?

--- Quote from: stahta01 on September 06, 2008, 06:14:22 am ---Edit2: wxWidgets is an C++ Library calling it with C code is not for an beginner to do.

--- End quote ---
I just wan`t to know is it possible  to make a graphical interface for a C project using code blocks or no (the answer is just yes or no)
thanks

stahta01:

--- Quote from: parisa_k on September 06, 2008, 08:06:27 am ---I just wan`t to know is it possible  to make a graphical interface for a C project using code blocks or no (the answer is just yes or no)
thanks

--- End quote ---
The answer is Yes.

Wish you luck, you will need it; since you don't know the difference between IDE and Compiler!!!!
And, I think you are not sure what an Library is either. For example, wxWidgets is an Library; Code::Blocks is an IDE; MinGW GCC is an Compiler.

Tim S

Navigation

[0] Message Index

[*] Previous page

Go to full version