Difference between revisions of "Main Page"

From ProgrammingExamples
Jump to: navigation, search
(wxWidgets)
Line 107: Line 107:
 
One thing that this summary didn't tell you is that there are more than GUI classes. There are networking stuffs and Many other whistles and bells. If you feel you need help there is forum and you can buy the book to enhance the speed. Just Go to [http://www.wxwidgets.org/ Home page] and check the links. For more documentations and How-tos, visit  [http://wiki.wxwidgets.org/Main_Page Wiki Page]
 
One thing that this summary didn't tell you is that there are more than GUI classes. There are networking stuffs and Many other whistles and bells. If you feel you need help there is forum and you can buy the book to enhance the speed. Just Go to [http://www.wxwidgets.org/ Home page] and check the links. For more documentations and How-tos, visit  [http://wiki.wxwidgets.org/Main_Page Wiki Page]
  
Any question? Direct at [http://forum.wxwidgets.org/  wxForum] and their you will have a hand to help you!
+
If you have any questions, you can direct them to [http://forum.wxwidgets.orgwxForum].
  
 
Stefano<br />
 
Stefano<br />
  
 
--[[User:Evstevemd|Evstevemd]] 16:47, 25 June 2010 (UTC)
 
--[[User:Evstevemd|Evstevemd]] 16:47, 25 June 2010 (UTC)
 +
 +
== Java ==
 +
 +
== Python ==
 +
 +
== Perl ==

Revision as of 08:42, 26 June 2010

Welcome to ProgrammingExamples.net!

This site is intended to provide short, compilable code snippets demonstrating frequently used concepts in several programming languages. Please feel free to modify the existing examples, and add new examples!

C++

I/O

Strings

Classes

Loops

STL Data Structures

STL Algorithms

Debugging

C++0x

Math

GUI Systems

Qt

wxWidgets

wxWidgets is GUI toolkit that is used to make nice GUIs using C++ language. wxWidgets is available also as ports in other languages like Python. I tried to say much but I have failed so i copy and paste their Home Home Page description. Forgive me for failing to tell you


wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike other cross-platform toolkits, wxWidgets gives its applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. Why not give it a try?


One thing that this summary didn't tell you is that there are more than GUI classes. There are networking stuffs and Many other whistles and bells. If you feel you need help there is forum and you can buy the book to enhance the speed. Just Go to Home page and check the links. For more documentations and How-tos, visit Wiki Page

If you have any questions, you can direct them to [1].

Stefano

--Evstevemd 16:47, 25 June 2010 (UTC)

Java

Python

Perl