Author Topic: wxwidgets and c  (Read 3569 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!!!!!!

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
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.
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

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
« Last Edit: April 05, 2007, 02:29:48 pm by Pecan »