i want to learn programming.

Status
Not open for further replies.
OP
D

dingdong

Banned
ENOUGH i am not a noob just a newbie. I opened this thread to learn and get help from other members here.If you cant help and here for an argument you can leave.A healthy discussion is always welcome.

I dont want my thread closed like this

*www.thinkdigit.com/forum/mobiles-t...ointed-its-just-not-great-indian-context.html

Suggestion: Please dont reply to troll posts
 

Monk

Journeyman
Thanks everyone. Another doubt, is it possible to make android apps using python and NDK? Has anyone tried it? NDK works for C and C++.
 
@OP, if you like programming in C++, you should understand it is a gateway to other languages. You learn basic paradigms and syntax through it. Programming is done in many levels, systems programming, web programming, assembly level programming and such.
Since you are into hacking I suggest you start with python, once familiar with it, jump to PHP, followed by MySql. Now once you have learned those, try and stick to them and master each one. And in the mean time, never attend "Ethical Hacking" courses or seminars, they are a total waste of time and money. Do stuff by experimenting and learning from it.

Personally, I do not like the online courses. Use w3schools.com to learn basic PHP and JavaScript. Then use stackoverflow for advanced solutions. There is the php.net manual for php functions, and the official jQuery documentation for jQuery.
 
OP
D

dingdong

Banned
Cleaned up and slightly edited. Don't revolt against each other. :) dingdong is right.

Thank you for supporting.

@OP, if you like programming in C++, you should understand it is a gateway to other languages. You learn basic paradigms and syntax through it. Programming is done in many levels, systems programming, web programming, assembly level programming and such.
Since you are into hacking I suggest you start with python, once familiar with it, jump to PHP, followed by MySql. Now once you have learned those, try and stick to them and master each one. And in the mean time, never attend "Ethical Hacking" courses or seminars, they are a total waste of time and money. Do stuff by experimenting and learning from it.

Personally, I do not like the online courses. Use w3schools.com to learn basic PHP and JavaScript. Then use stackoverflow for advanced solutions. There is the php.net manual for php functions, and the official jQuery documentation for jQuery.
understood.which means i have to go through c++ again.

To be honest its not that i hate OOP but sometimes i find it boring.Btw how to make those GUI s/w installation boxes i mean those boxes which appear when you execute a .exe file to install something.Is it visual basic?
 

Desmond

Destroy Erase Improve
Staff member
Admin
To be honest its not that i hate OOP but sometimes i find it boring.Btw how to make those GUI s/w installation boxes i mean those boxes which appear when you execute a .exe file to install something.Is it visual basic?

It can be made in VB, but VB is for very simple, almost RAD level development. It can allow to quickly make applications, but if you want to more control over what you are making, I'd recommend going in for VC++. It allows very minute control over everything you are building, but it is very vast and can be overwhelming for a noob. But, most professional grade UIs are made in VC++.
 

nbaztec

Master KOD3R
Thank you for supporting.


understood.which means i have to go through c++ again.

To be honest its not that i hate OOP but sometimes i find it boring.Btw how to make those GUI s/w installation boxes i mean those boxes which appear when you execute a .exe file to install something.Is it visual basic?

As DeSmOnD said VB is for RAD projects, quick and dirty. Those boxes are known as Forms. They are more often than not, designed rather than coded. Qt and Windows Form Designer come to mind. The functionality is, however, coded in native languages (C++, Python, C#, Java etc.). There is a myriad of Controls ranging from simple TextBoxes to complex DataGrids and TabbedPanels. While they make an application versatile and rich, they incorporate an equal level of complexity. If you plan on learning the native language and it's GUI controls, I'd say you have plenty on your plate already. Best of luck.
 

Sujeet

Undead!!!
Thank you for supporting.


understood.which means i have to go through c++ again.

To be honest its not that i hate OOP but sometimes i find it boring.Btw how to make those GUI s/w installation boxes i mean those boxes which appear when you execute a .exe file to install something.Is it visual basic?

Yes Visual Basic allows to create Windows Form Application polished with simple GUI.
But its too basic,obvioulsy its in the name!

You can look forward to Visual C++ if you have good understanding of OOP and C++ and want to kickstart Creating C++ based Flexible Windows Apps.

Opt for Qt while developing for Multiple platforms as its Cross Platforms and Port friendly.
 

cooljeba

The Photoshop Guy
Visual basics if from dino age... NET 4.5 Brings in metro apps development.. Targets both pc and tablets like a boss B)
 
If you are doing for animation contents you can learn for maya and animation course but i think you can learn animation course for movies and gaming field so better to do this. if you can think web pages are other you can learn programming languages.
 
Status
Not open for further replies.
Top Bottom