Sinisterly
Hello n00b here - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: General (https://sinister.li/Forum-General)
+--- Forum: Introductions (https://sinister.li/Forum-Introductions)
+--- Thread: Hello n00b here (/Thread-Hello-n00b-here--40110)

Pages: 1 2


Hello n00b here - 1n54n3 - 02-13-2012

Hello everyone , im Richard , aka Insane = 1n54n3 and i just want to join to hacking culture , i want to be one of you ! why ? cuz this is what i like to spend time ,

first thing what i ask you for is , i need a C++ guide or tutorial for beginners please,

Thanks for understanding.


RE: Hello n00b here - bluedog.tar.gz - 02-14-2012

Okay let the timer start for a C++ tutorial!
1 second passed
*opened google*
1 second passed
*entered C++ tutorial*
3 second passed
*clicked C++ basic tutorial*
DONE! only took 5 seconds to find a tutorial.

http://www.cplusplus.com/doc/tutorial/


RE: Hello n00b here - DaPaus - 02-14-2012

Welcome to the forums, Richard!

Altough I wouldn't advise you to start with C++ (My advice: Try C this will teach you the basics.)
Here is a playlist of C++ video tutorials from TheNewBoston (http://www.youtube.com/watch?v=GMx_G05cqYI&feature=list_related&playnext=1&list=SPF541C2C1F671AEF6)



RE: Hello n00b here - 1n54n3 - 02-15-2012

so .. C its included into C++ ?

so i can start by learning C++ and not C ?

and one more thing Biggrin any1 knows some tutorials for Backtrack 5 attacks ?


RE: Hello n00b here - 1234hotmaster - 02-16-2012

hi insane welcome to the forum Smile


RE: Hello n00b here - BlackFoot - 02-16-2012

(02-13-2012, 10:22 PM)1n54n3 Wrote: Hello everyone , im Richard , aka Insane = 1n54n3 and i just want to join to hacking culture , i want to be one of you ! why ? cuz this is what i like to spend time ,

first thing what i ask you for is , i need a C++ guide or tutorial for beginners please,

Thanks for understanding.
Welcome to the forum. If you have the will you will go far.
Please check this link.http://adf.ly/5U9N5 It gives alot of tips and tricks and how to.
Google is your friend.



RE: Hello n00b here - Sensational - 02-16-2012

Download the pdf of C++ for dummies. Pretty handy.

http://www.mediafire.com/?gc3njc64b6baihr

Next time though. Use google.


RE: Hello n00b here - DaPaus - 02-16-2012

Well C is not included in C++. C++ is a variant of C. But they are not the same.

Example:

Show text in C
Code:
printf ("random text");

Show text in C++
cout << "random text";


RE: Hello n00b here - 1n54n3 - 02-17-2012

(02-16-2012, 05:51 PM)Dapaus Wrote: Well C is not included in C++. C++ is a variant of C. But they are not the same.

Example:

Show text in C
Code:
printf ("random text");

Show text in C++
cout << "random text";


well i think im gonna go with C++ , cuz i heard that C is pretty old than c++ ,and c++ is much better these days ,

and What programs i should use to learn ? ive got a Microsoft Visual C# 2010 Express.


RE: Hello n00b here - 1llusion - 02-17-2012

Hi!

Enjoy your stay!

To start using C++, get Microsoft Visual C++. C# is another programming language based on C, C++, Java and using the .Net framwork

You can also get a different IDE too