Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
wxwidgets and c
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: wxwidgets and c (Read 4628 times)
vish
Guest
wxwidgets and c
«
on:
April 04, 2007, 09:58:29 pm »
hi everyone i'm not so great programmer. i have a c program for which i plan to use wxwidgets for gui. i dont understand if we can integrate c with wx widgets . please help me!!!!!!
Logged
TDragon
Lives here!
Posts: 943
Re: wxwidgets and c
«
Reply #1 on:
April 04, 2007, 10:08:26 pm »
No, you cannot integrate wxWidgets with C, as it is written in and designed for C++. However, I think you would find C++ to be a much better language than C if you were willing to learn it.
Logged
https://jmeubank.github.io/tdm-gcc/
- TDM-GCC compiler suite for Windows (
GCC 9.2.0
2020-03-08, 32/64-bit, no extra DLLs)
vish
Guest
Re: wxwidgets and c
«
Reply #2 on:
April 05, 2007, 02:12:44 pm »
hi thanks for postin the reply.
i'm ok with c++ but how do i use widgets. mine is a console program. please help!!!!!111
Logged
Pecan
Plugin developer
Lives here!
Posts: 2876
Re: wxwidgets and c
«
Reply #3 on:
April 05, 2007, 02:25:37 pm »
wxWidgets:
http://www.phptr.com/content/images/0131473816/downloads/0131473816_book.pdf
Cross-Platform GUI Programming with wxWidgets
Using CodeBlocks:
http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/codeblocks-instructions.pdf
http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/
//-- Wiki Index
CodeBlocks Wiki Index
//-- Wiki Main Page
CodeBlocks Wiki Main Page
«
Last Edit: April 05, 2007, 02:29:48 pm by Pecan
»
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
wxwidgets and c