Hello All,
I am new to this forum. Can anyone suggest me a informative C++ tutorial, which include information about Standalone application development using C++.
Thanks u all !!
Tutorial for Desktop or standalone application development using C++
Started by Prakash.cerner, Jun 22 2010 10:44 PM
8 replies to this topic
#1
Posted 22 June 2010 - 10:44 PM
|
|
|
#3
Posted 23 June 2010 - 12:19 AM
Standalone application: i meant was application which can be launch on ur local machine using an exeutable file.
#4
Posted 23 June 2010 - 12:23 AM
Okay, I think I get it. :)
Normally, all C/C++-applications are build as an executable file (on windows, they have the .exe-extension). Thus, most tutorials you find on the Internet should be suitable.
Greets,
artificial
Normally, all C/C++-applications are build as an executable file (on windows, they have the .exe-extension). Thus, most tutorials you find on the Internet should be suitable.
Greets,
artificial
#5
Posted 23 June 2010 - 12:33 AM
ok... :)
but i was looking for a turorial which specifically explains me about the application development using C++, i mean an API kind of programming which will give us a window as output of the execution.
Thanks for ur response !!
but i was looking for a turorial which specifically explains me about the application development using C++, i mean an API kind of programming which will give us a window as output of the execution.
Thanks for ur response !!
#6
Posted 23 June 2010 - 12:37 AM
Prakash.cerner said:
i mean an API kind of programming which will give us a window as output of the execution.
First you have to learn C/C++. After that, you can start coding programs with libraries like wxWidgets, GTK+, Qt or, if you don't need platform-independent code, the WinAPI.
Greets,
artificial
EDIT: The problems is that some aspects of C/C++ are difficult. So, combining them with GUI-features makes learning troublesome for beginners. ;)
Edited by artificial, 23 June 2010 - 12:40 AM.
EDIT
#7
Posted 23 June 2010 - 12:45 AM
:) I have been working on C/C++, i have the basics, but never worked in developing an API using C++.
#9
Posted 23 June 2010 - 01:00 AM
Thank you for that information... I will go through that link.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









