• 0

Which Is the Most Popular & Easiest Language?


Question

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

Recommended Posts

  • 0

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

  • 0

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

  • 0
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

  • 0

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

  • 0
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

  • 0

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

  • 0

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

  • 0

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

  • 0
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

  • 0

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

  • 0

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

  • 0
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

post-101330-1248443009.jpg

Link to comment
Share on other sites

  • 0
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

  • 0

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

  • 0
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

  • 0

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

  • 0

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

  • 0
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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.