Home > Programming > C Programming Language



A short introduction to GUI programming with the MVC concept using ...

Sort Desciption:

Keywords wxWindows C++ GUI programming MVC concept. Abstract. The article starts with an introduction to the C++ library wxWin ...



Content Inside:

A short introduction to GUI programming with the MVC concept using wxWindowsPage 1A short introduction to GUI programmingwith the MVC concept using wxWindowsM. BernreutherSummer term 2000Keywords wxWindows C++ GUI programming MVC conceptAbstractThe article starts with an introduction to the C++ library wxWindows. The first small example wxHello is the well known Helloworld type example. Another example wxKoch will be extended toshow the implementation of a ModelViewController concept.1Page 2Contents1 Introduction to wxWindows31.1 What is wxWindows . . . . . . . . . . . . . . . . . . . . . . .31.2 Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . .32 The first programm43 The Koch snowflake73.1 What is a Koch snowflake? . . . . . . . . . . . . . . . . . . . .73.2 wxKoch0: The first approach . . . . . . . . . . . . . . . . . .84 ModelViewController Concept124.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124.2 wxKoch1: Introducing a model and view class . . . . . . . . . 135 wxKoch: The final version185.1 Added features . . . . . . . . . . . . . . . . . . . . . . . . . . 185.1.1 Change line thickness and color . . . . . . . . . . . . . 185.1.2 Printing and Clipboard copy . . . . . . . . . . . . . . . 195.1.3 Undo/Redo . . . . . . . . . . . . . . . . . . . . . . . . 195.2 The sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195.2.1 wxKoch.h . . . . . . . . . . . . . . . . . . . . . . . . . 195.2.2 wxKoch.cpp . . . . . . . . . . . . . . . . . . . . . . . . 226 Other C++ GUI/Classlibraries332Page 31 Introduction to wxWindows1.1 What is wxWindowswxWindows is a C++ library which allows software development for several platforms. Its main target is the programming of the Graphical UserInterface (GUI). To get more information look at the homepage of wxWindows http://www.wxwindows.org/. The examples are written for the windows version using Microsofts Visual C++ compiler. It should also compile on all other supported pl ...

Source: biolpc22.york.ac.uk


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related Files

Programming in C C++ Java

Filed under: Programming and C Programming Language
Programming in C C++ Java. Course Overview. Object oriented programming languages are widely used for the development of complex software systems. ...

C Programming

Filed under: Programming and C Programming Language
The C Programming Language ANSI C. By Brian W. C. Kernighan & Dennis M. Ritchie. K and R. "Practical C programming". By Steve ...

An Overview of the C++ Programming Language

Filed under: Programming and C Programming Language
The C++ programming language provides a model of memory and computation that ... 3 The C Programming Model presents the C subset of C++ and other C++ ...

C Programming Fundamentals

Filed under: Programming and C Programming Language
1 C Programming Fundamentals C is a compiled language. The user creates source code (often ... exe extension). Below is typical C program called LED.C that illustrates some fundamental C ...

Essential C

Filed under: Programming and C Programming Language
C Programming Language (below) as part of their research at AT&T. Unix and C++ ... The C Programming Language 2nd ed. by Kernighan and Ritchie. ...