Click here to Skip to main content
15,891,951 members
Articles / Desktop Programming / Windows Forms

A Windows Forms C++ Mandelbrot Explorer/Zoom with Julia Walkabout

Rate me:
Please Sign up or sign in to vote.
4.09/5 (5 votes)
10 May 2010CPOL2 min read 24.5K   453   6  
A Windows Forms C++ Mandelbrot Explorer/Zoom with Julia walkabout
========================================================================
    APPLICATION : mandel Project Overview
========================================================================

AppWizard has created this mandel Application for you.  

This file contains a summary of what you will find in each of the files that
make up your mandel application.

mandel.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

mandel.cpp
    This is the main application source file.
    Contains the code to display the form.

Form1.h
    Contains the implementation of your form class and InitializeComponent() function.

AssemblyInfo.cpp
    Contains custom attributes for modifying assembly metadata.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named mandel.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sweden Sweden
About me:
I attended programming college and I have a degree in three most famous and successful programming languages. C/C++, Visual Basic and Java. So i know i can code. And there is a diploma hanging on my wall to prove it.
.
I am a professional, I am paid tons of cash to teach or do software development. I am roughly 30 years old .

I hold lectures in programming. I have also coached students in C++, Java and Visual basic.

In my spare time i do enjoy developing computer games, and i am developing a rather simple flight simulator game
in the c++ programming language using the openGL graphics libray.

I've written hundreds of thousands of code syntax lines for small simple applications and games.

Comments and Discussions