Tips N TRIKS: c++
Showing posts with label c++. Show all posts
Showing posts with label c++. Show all posts

Thursday, 13 February 2014

THE REAL HACKER SKILLS

February 13, 2014 0
THE REAL HACKER SKILLS

THE REAL HACKER SKILLS


Real Hacking Skills
Hey buddies, I’m back after long time here again! Well, coming to the topic today I am going to discuss about the real hacking skills. If you want to make your career in hacking then you must have these skills and you must read this article because this is gonna really help you out very much.
As you all know who a hacker is, yes a computer geek! So what a computer geek must know is everything about a computer. What I mean by everything is,  in and out of a computer, that is every single bit of a system. You must have the completesoftware knowledge and a little of hardware is enough. You must understand how the hardware stuff works, the hardisk, the RAM and the most important the mother board!

'C’ PROGRAMMING TUTORIALS: INTRODUCTION

February 13, 2014 0
'C’ PROGRAMMING TUTORIALS: INTRODUCTION

‘C’ PROGRAMMING TUTORIALS: INTRODUCTION


C-Programmers Here I am going to give ‘C’ tutorials and gonna teach you to write some programs which would further help you in your hacking stuff!
‘C’ as we all must have heard is a very versatile language and so is highly followed. The major languages in current time is directly and indirectly based on the concepts of ‘C’. Whether its c++, c#, Unix ‘c’,python, java and so on. Please don’t get afraid of the names as we’ll discuss their basic difference latter which you will feel to be quite negotiable.


‘C’ PROGRAMMING

February 13, 2014 0
‘C’ PROGRAMMING

‘C’ PROGRAMMING: PSEUDOCODES

Image
Hi friends! Am back with my next article following from where I left it the other day.
As we discussed, systematic approach to any task gets it simple to complete. I would again suggest you to note down every step as you start your programming in ‘C’ and further you can leave it as per your personal requirements.

C PROGRAMMING: CONTROL STATEMENTS

February 13, 2014 0
C PROGRAMMING: CONTROL STATEMENTS


C PROGRAMMING: CONTROL STATEMENTS 


binary-code
There are two types of control statements:
1. Decision control statements
2. Loop control statements

Now let’s begin this tutorial with a program which takes a number as an input and if the number is even it will print “even number” else it’ll print “odd number”.