BALAJI.P.M. Posted July 23, 2009 Share Posted July 23, 2009 I've Learned Such a C,C++ Language I want to Create a Software Application But i run some program's in the C,C++ How Can I Create Software Application through C,C++? Please Help me to Create a Such a small Application? Link to comment Share on other sites More sharing options...
0 Geoffrey B. Veteran Posted July 23, 2009 Veteran Share Posted July 23, 2009 technically the most popular and easiest programming language is HTML (which answers the question from your title) However the easiest way to write apps in C, C++ would be Visual Studios or something to that affect. I have linked the Express editions which are FREE Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 23, 2009 Veteran Share Posted July 23, 2009 Your post isn't very clear. Do you : a) need help creating a C or C++ application? b) need advice on what's an easy and popular language to learn? If you need help creating a C or C++ application, there are plenty of resources to help you on the net, such as cprogramming.com, cplusplus.com, msdn.com, etc. Neither C or C++, which are by the way two different languages, are "easy". In fact they're among the hardest popular languages. If you need something easy and popular, try Python. Link to comment Share on other sites More sharing options...
0 Comic Book Guy Posted July 23, 2009 Share Posted July 23, 2009 technically the most popular and easiest programming language is HTML (which answers the question from your title)However the easiest way to write apps in C, C++ would be Visual Studios or something to that affect. I have linked the Express editions which are FREE HTML is not a programming language, it's a markup language. Didn't MS recently come out with a language based on VB for people who want to learn to program? Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 23, 2009 Author Share Posted July 23, 2009 Yes i need help on C,C++ but my teacher said windows & auto cad,tally,etc.... are created by C but i can't do like these? how can i do these Dr_Asik please help me to get out the new software? Link to comment Share on other sites More sharing options...
0 code.kliu.org Posted July 23, 2009 Share Posted July 23, 2009 Did you read this stickied thread? https://www.neowin.net/forum/index.php?showtopic=205190 If you want general with C or C++, there are countless tutorials online that you can find with a simple search. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 23, 2009 Author Share Posted July 23, 2009 but i can't get the examples there! i need an example for a real software program! where can i get it? Link to comment Share on other sites More sharing options...
0 deletedxyz Posted July 23, 2009 Share Posted July 23, 2009 but i can't get the examples there!i need an example for a real software program! where can i get it? Relax, dude. You don't have to shout. You want example code of C/C++ being implemented in a everyday program? Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 23, 2009 Veteran Share Posted July 23, 2009 Well you cannot see the source code of commercial programs like AutoCad, because these are under copyright and not available for the public to see. You can, however, see the source code of open-source programs. for instance Blender (which is more like 3Ds MAX). I have a feeling though that you will find this very overwhelming as it's a HUGE pile of code, even a veteran C++ developer would need a lot of time to get familiar with such a codebase. If by "real application" you mean an application that has a graphical user interface, look for a Win32 tutorial. Link to comment Share on other sites More sharing options...
0 deletedxyz Posted July 23, 2009 Share Posted July 23, 2009 After reading your question, Balaji, I would like to know what type of program you are creating. Is it some simple calculator or a powerful image editor, etc.? It would be helpful if you can disclose what type of program you'll be trying to create with C/C++ language. From there on, Neowin can guide and point out open source programs with source code released. If you have plenty of time to kill, head over to www.sourceforge.net and look through each application's source code for examples. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 Yes ! i need that! u've misunderstood me Mr.maskedforever i've not evershouted i'm a cool guy forever! say me where can i get these examples of real program! then is there any way to see the source code of applications Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 24, 2009 Veteran Share Posted July 24, 2009 say me where can i get these examples of real program!then is there any way to see the source code of applications As he said, head over to sourceforge.net and download anything you wish. For each application, you can download either the executable or the source code. On this page you can download the source code for Notepad++, for instance. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 shall i get the java source codes here? but the installers are available there! then how can i get the sourccode on the pages! shall i get it there! Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 24, 2009 Veteran Share Posted July 24, 2009 On that page I linked to, npp.5.4.5.Installer.exe is the installer, and npp.5.4.5.src.7z is the source code. It's all C++, no Java as far as I know. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 is it all made by c++ shall i see the source codes for C on c++ ! Link to comment Share on other sites More sharing options...
0 NightmarE D Posted July 24, 2009 Share Posted July 24, 2009 Yes !i need that! u've misunderstood me Mr.maskedforever i've not evershouted i'm a cool guy forever! say me where can i get these examples of real program! then is there any way to see the source code of applications Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 How can i get the the python,pearl,pascal,etc.... Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 24, 2009 Veteran Share Posted July 24, 2009 is it all made by c++shall i see the source codes for C on c++ ! Not sure what you mean...If you want to see the source code of a C application, check out the Quake 3 source code (tip : USE GOOGLE), it's a great example. And in case that was your question, you can view C code in a C++ editor. How can i get the the python,pearl,pascal,etc....Find examples of open-source applications written using these languages and download them ! Nobody's going to scourge the net for you. sourceforge.net has applications written in all different kinds of languages, not just C or C++. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 but i've tried much to get on borland c but i can't! how to get it? now i'm using borland c old ver... Link to comment Share on other sites More sharing options...
0 Guest Posted July 24, 2009 Share Posted July 24, 2009 What the.... ??? Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 24, 2009 Veteran Share Posted July 24, 2009 Don't use Borland C++. Use Code::Blocks, Visual C++ Express 2008, eclipse CDT, Netbeans, Dev-C++ or any other modern C++ editor. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 where can i get these easliy? Don't use Borland C++. Use Code::Blocks, Visual C++ Express 2008, eclipse CDT, Netbeans, Dev-C++ or any other modern C++ editor. Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted July 24, 2009 Veteran Share Posted July 24, 2009 where can i get these easliy?www.google.com and that's my final piece of advice for today. Do some research yourself before asking questions next time. Link to comment Share on other sites More sharing options...
0 BALAJI.P.M. Posted July 24, 2009 Author Share Posted July 24, 2009 ok thnx! www.google.com and that's my final piece of advice for today. Do some research yourself before asking questions next time. Link to comment Share on other sites More sharing options...
0 closetgeek Posted July 24, 2009 Share Posted July 24, 2009 C has always looked massively complicated to me. It's just too err.. computery. With all it's brackets and sillyness. You might want to look at VB.net it's a dead simple language and you can develop applications easily with Microsoft Visual Basic 2008 Express, which is free too :) Link to comment Share on other sites More sharing options...
0 aludanyi Posted July 24, 2009 Share Posted July 24, 2009 technically the most popular and easiest programming language is HTML (which answers the question from your title)However the easiest way to write apps in C, C++ would be Visual Studios or something to that affect. I have linked the Express editions which are FREE HTML is not a programming language, it is a document description language. Programming languages are Turing complete (http://en.wikipedia.org/wiki/Turing_completeness), some languages are computational languages but not programming languages. The easiest programming language you can commercially practice is probably BASIC (Visual Basic), it isn't among the most capable ore the most powerful ones, but it is easy and useful. C/C++ is powerful but extremely complicated with high commercial value but increasingly limited opportunities (only good and experienced C/C++ programmers can find work - most of the time). Languages with high commercial value and wide opportunity on the market which isn't too easy but are not so complicated like C/C++ are Java and C#. Those are all object oriented/multiparadigm languages. There is another recently growing programming paradigm called functional programming. Languages like LISP, Haskell, F# etc. are suited for functional programming. Python, Ruby are also relatively easy languages with commercial opportunities and they are object oriented with a number of features from functional languages. If someone start to learn programming right now, I would recommend Python for the first one and after you learned to walk, then Java or C# as the second one, not because they are good but because you learn a programming language for a reason and one of the reasons are to be able to find high earning jobs. There is NO easy way to write programs in C/C++ (I do that for 20 years {started with Borland Turbo C 1.0 ... countless compiler and IDE combination ... to the latest Visual Studio 2010 beta1} and it is still hard and error prone). In the last 5-6 years I do it only when I have no choice. Link to comment Share on other sites More sharing options...
Question
BALAJI.P.M.
I've Learned Such a C,C++ Language
I want to Create a Software Application But i run some program's in the C,C++
How Can I Create Software Application through C,C++?
Please Help me to Create a Such a small Application?
Link to comment
Share on other sites
46 answers to this question
Recommended Posts