![]() |
|
Where to start? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Where to start? (/Thread-Where-to-start--27276) |
RE: Where to start? - ParaZite - 04-06-2014 Just read the thread twice, and you said that you were interested in coding to help benefit people. If you check out Elance.com which is a freelancing site you will see a ton of people that need programmers that code things for the web. If I were you in your stage I'd learn PHP and HTML to start with. These two languages will get you into website building. When you've spent enough time on these two languages you should ease into JavaScript and learn to put it all together. Then you can create very basic websites, or complex online forums and blogs. For an earning to. If for gaming development you will want to check out Java and study the fundamentals. If you make a big time game you'll use that PHP & HTML for your "Official Gaming Release" site! Sounds fun right? Have fun bro, and read lots of books to learn. RE: Where to start? - superMAUS - 04-23-2014 (04-03-2014, 04:06 PM)Cressi Wrote: C++ is probably one of the most useful languages for all-round purposes, though I started out with C#, and it's worked out good enough for me. Pray tell, do you hack into computers with 'Microsoft Excel' too? RE: Where to start? - w00t - 04-23-2014 (04-23-2014, 12:59 AM)vegimite Wrote: Pray tell, do you hack into computers with 'Microsoft Excel' too? You can program in VB.NET in excel, so, yes, it is possible. RE: Where to start? - superMAUS - 04-23-2014 (04-23-2014, 01:12 AM)w00t Wrote: You can program in VB.NET in excel, so, yes, it is possible. A. The user you are mentioning this from has no hacking ability apart from social engineering (which I deem not to be hacking). B. Using VB.NET, whether it be within excel or not, is a ridiculously pointless exercise considering the many other posibilities. C. Oh and thirdly and perhaps most interestingly: Code: Automation to Excel allows you to perform actions such as creating a new workbook, adding data to the workbook, or creating charts. With Excel and other Microsoft Office applications, virtually all of the actions that you can perform manually through the user interface can also be performed programmatically by using Automation.The correct way you should have responded to this would be to list these: http://www.exploit-db.com/exploits/18143/ http://www.exploit-db.com/exploits/18087/ http://www.exploit-db.com/exploits/18078/ Reference: http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=&filter_exploit_text=microsoft+excel&filter_author=&filter_platform=0&filter_type=0&filter_lang_id=0&filter_port=&filter_osvdb=&filter_cve= RE: Where to start? - Crypt - 04-23-2014 (04-03-2014, 08:44 PM)Vipr Wrote: I've heard C# is based off VB.Net - Which if I'm correct, is exclusive to windows, and I'm on a mac. I've also heard C# Is much easier too, but that C++ is much more powerful. MACS FTW! I recommend starting with something that gets down to the basics such as C. Then something like Python, PHP, Bash, etc RE: Where to start? - VirtualFrost - 04-26-2014 HTML and CSS is more for websites and not really 'coding'. As people have recommended, learning C seems to be your best route into coding. Unless you want to be a website developer or make your own websites, then you'd need to get into those two as well. RE: Where to start? - xornull - 04-26-2014 (04-03-2014, 03:54 PM)Vipr Wrote: So, I've been wanting to get into programming for a while now. I know a little of HTML, CSS, Javascript and that's about it. I've fooled around with Python at one point. I can't decide on a language to learn - and I mean learn deeply. I've noticed that many languages have similarities. So once you learn one, learning others is much easier. I'm pretty much interested in programming anything that would benefit other people. OR games/apps, which I've heard Java is the best for. I'm really interested in learning one of the C languages, but I'm not sure which one. (Objective-C, C++, C#) If any of you guys could lead me in the right direction, I would very much appreciate it! Thanks! First off, C# isn't part of the C family. You forgot to mention C itself, the mother of pretty much all the other languages. C, being one step above assembly, is very simple and does not have large amounts of features, so if you want maximum performance, the smallest executable, C is the way to go. It is used for kernels, embedded device drivers, device drivers, <good> malware, and some high performance apps. Every language has it's own advantage, and C being the father and one of the most famous languages ever, in my opinion, should be your next language, I am saying this because you can practice programming without stepping on the complicated things like OOP (I know this from experience). RE: Where to start? - superMAUS - 04-26-2014 (04-26-2014, 05:48 AM)xornull Wrote: First off, C# isn't part of the C family. clap clap clap. Very true. Re: RE: Where to start? - Satan - 04-26-2014 (04-26-2014, 05:48 AM)xornull Wrote: First off, C# isn't part of the C family. Someone who's intelligent. This post makes me happy. RE: Where to start? - 0xDEAD10CC - 04-28-2014 (04-03-2014, 04:20 PM)tinko00 Wrote: Yeah basically C# language is just elder version of C++. So if you have learned C# its similar to C++ language. There are some small changes being made, and some differences C# is not an elder version of C++... C++ has been around longer than C#. C# is Microsoft's version of Java, and there are no small differences between C# and C++, there are huge ones. You have no clue. |