i want to create simple GUI, advise pls

General questions regarding the usage of CodeLite
dado023
CodeLite Curious
Posts: 2
Joined: Fri Jan 10, 2014 5:09 am
Genuine User: Yes
IDE Question: c++
Contact:

i want to create simple GUI, advise pls

Post by dado023 »

Hello everyone,

i am very new to all this, i am not familiar with any programming language.

What i want to learn is this:
To create simple GUI for controlling x264.exe, which would just allow user to select input file, and output file.

Now you will tell me, there are dozens of these already out there. Yes, but i want to practice and learn on this simple example.

So real question is, where do i start from? without diving into low level programming of c++, i just need some simple tools for creating GUIs which is newbie friendly :)

Thank you in advance for any tips.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: i want to create simple GUI, advise pls

Post by eranif »

dado023 wrote:without diving into low level programming of c++, i just need some simple tools for creating GUIs which is newbie friendly
This is not the correct place. This site is for people who knows C++ and are using codelite IDE as their tool
I suggest that you visit the wxForum for learning wxWidgets

Eran
Make sure you have read the HOW TO POST thread
dado023
CodeLite Curious
Posts: 2
Joined: Fri Jan 10, 2014 5:09 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: i want to create simple GUI, advise pls

Post by dado023 »

tnx mate, i will check it out there.....

regards
Post Reply