Page 1 of 1

Help with programming

Posted: Tue Dec 23, 2008 11:08 pm
by Pedbor
Hi

I'm a swedish student who have always been interested by hackers and computers since I was a little kid. I've done some of the challenges and played the games (I really like Pusherboy) but the thing is that I've come to an halt with the challanges and is unfortunately seeing my rank drop slowly. I know what I need to do but I have some troubles to... express myself in code.

I already know a little C++ and I wish to continue with it, do you guys have any good online tutorial C++ programming that might help with this sort of problem-solving?

And yes i know the difference between hacker and cracker.

//Pedbor

Posted: Wed Dec 24, 2008 2:30 am
by PaRaDoX
try w3schools?

Posted: Wed Dec 24, 2008 9:13 am
by BerryTheWest
Nah, he more specifically want to program in Application Development. I'd say he should first off program in C# to learn the basic design before doing C++. But they are similar.

Re: Help with programming

Posted: Sun Jan 04, 2009 7:54 am
by Verb II
Pedbor wrote:Hi

I'm a swedish student who have always been interested by hackers and computers since I was a little kid. I've done some of the challenges and played the games (I really like Pusherboy) but the thing is that I've come to an halt with the challanges and is unfortunately seeing my rank drop slowly. I know what I need to do but I have some troubles to... express myself in code.

I already know a little C++ and I wish to continue with it, do you guys have any good online tutorial C++ programming that might help with this sort of problem-solving?

And yes i know the difference between hacker and cracker.

//Pedbor
Why dont you googled?:P

Re: Help with programming

Posted: Sun Jan 04, 2009 8:48 am
by BerryTheWest
Verb II wrote:
Pedbor wrote:Hi

I'm a swedish student who have always been interested by hackers and computers since I was a little kid. I've done some of the challenges and played the games (I really like Pusherboy) but the thing is that I've come to an halt with the challanges and is unfortunately seeing my rank drop slowly. I know what I need to do but I have some troubles to... express myself in code.

I already know a little C++ and I wish to continue with it, do you guys have any good online tutorial C++ programming that might help with this sort of problem-solving?

And yes i know the difference between hacker and cracker.

//Pedbor
Why dont you googled?:P
Google aren't god.

Re: Help with programming

Posted: Sun Jan 04, 2009 1:58 pm
by Pedbor
Verb II wrote:
Pedbor wrote:Hi

I'm a swedish student who have always been interested by hackers and computers since I was a little kid. I've done some of the challenges and played the games (I really like Pusherboy) but the thing is that I've come to an halt with the challanges and is unfortunately seeing my rank drop slowly. I know what I need to do but I have some troubles to... express myself in code.

I already know a little C++ and I wish to continue with it, do you guys have any good online tutorial C++ programming that might help with this sort of problem-solving?

And yes i know the difference between hacker and cracker.

//Pedbor
Why dont you googled?:P
I have googled, I just haven't found any good ones. I'd like you guys to give me links and tips on tutorials like w3schools that you would recommend.

Re: Help with programming

Posted: Sun Jan 04, 2009 9:36 pm
by PaRaDoX
Pedbor wrote:
Verb II wrote:
Pedbor wrote:Hi

I'm a swedish student who have always been interested by hackers and computers since I was a little kid. I've done some of the challenges and played the games (I really like Pusherboy) but the thing is that I've come to an halt with the challanges and is unfortunately seeing my rank drop slowly. I know what I need to do but I have some troubles to... express myself in code.

I already know a little C++ and I wish to continue with it, do you guys have any good online tutorial C++ programming that might help with this sort of problem-solving?

And yes i know the difference between hacker and cracker.

//Pedbor
Why dont you googled?:P
I have googled, I just haven't found any good ones. I'd like you guys to give me links and tips on tutorials like w3schools that you would recommend.
yea, many are awful out there and if they are accurate, you'll never learn because they explain it in such a way it's impossible to understand. w3schools is a REALLY good start in my experience (doesn't go far but its something)

some of the tutorials have an area for you to test, which is invaluable.