English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want help in creating a c++ based grahical program for a biological tutor eg cell divison or genatics

2007-03-07 17:36:02 · 5 answers · asked by venkatesh k 1 in Computers & Internet Programming & Design

5 answers

MSDN
go under visual c++

2007-03-07 18:25:43 · answer #1 · answered by abd 5 · 0 0

In C++, especially in Visual Studio, you need to create an MFC program in order to make use of the graphical functions of the package. You can search for MFC on MSDN.
I don't think OpenGL will be helpful keeping in mind that you are making a tutorial, but you might consider it.
MFC would be a lot easier than OpenGL.
Hope this helps!

2007-03-07 19:30:44 · answer #2 · answered by A.Samad Shaikh 2 · 0 0

If you're using windows, use MFC (and directx if you need to do advanced drawing).
If you're using linux, use glib (or sdl if you need to do advanced drawing).

Google will do a better job of providing tutorials for these than I can here.

If you can avoid it, though, I would not recommend starting a new GUI program in C++, at least if you're using windows. C#/VB.NET/Java would be far easier.

2007-03-07 20:41:54 · answer #3 · answered by Anonymous · 0 0

In C & C++ , the #include header file use for creating the graphical programs. It have multiple functions and keyword.
For more example you can try "www.programmersheaven.com"
This site have lost of application software created in C & C++.

2007-03-07 21:21:01 · answer #4 · answered by Anonymous · 0 0

this question seems interior the Yahoo solutions' Astronomy concern section. It belongs in yet another concern section -- maybe something to do with computers and programming. Please re-enter your question and make sure it is routed to a extra suitable Yahoo solutions concern section.

2016-11-23 14:47:41 · answer #5 · answered by ? 4 · 0 0

fedest.com, questions and answers