Author Topic: Looking for network programming reference/guides ?  (Read 1615 times)

0 Members and 1 Guest are viewing this topic.

Offline pllaybuoy

  • Peasant
  • *
  • Posts: 70
  • Cookies: -3
    • View Profile
Looking for network programming reference/guides ?
« on: April 04, 2013, 02:52:59 pm »
I searched the evilzone already and I don't seem to find any guides on network/sockets programming . I am very confused with this . I have already googled and it looks like there are so many 3rd party libraries that it is really hard for a newbie like me to choose one . I am learning QT these days (though I am not giving it my 100 % because of my final exams) , it has networking support too but I am unsure if QT is the right choice to code keyloggers with .
Can any of you direct me to a good source from where I can take a start in network/sockets programming with C++ ? 'Any' kind of help will be highly appreciated . Note that I am new to networking too and looking for a noob friendly guide or book .
-Regards
"Monsters are real , ghosts are real too . They live inside us and sometimes they win"

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #1 on: April 04, 2013, 03:30:04 pm »
C++ Network programming gives a great intro to network programming and heard its a very good read. have fun.
My secrets have secrets...

Offline pllaybuoy

  • Peasant
  • *
  • Posts: 70
  • Cookies: -3
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #2 on: April 04, 2013, 03:31:22 pm »
C++ Network programming gives a great intro to network programming and heard its a very good read. have fun.
Is this a book for beginners ? Because I can't really read an advanced networking book . .
"Monsters are real , ghosts are real too . They live inside us and sometimes they win"

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #3 on: April 04, 2013, 03:39:40 pm »
Yes but you need some minor networking knowledge. this book mostly talks about the general ideas behind Network Programming with C++, read the reviews. thats why i gave you the link.
My secrets have secrets...

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #4 on: April 04, 2013, 03:55:00 pm »
http://beej.us/guide/bgnet/ Explains really almost everything you need to know to start with network programming. It's C but you can ofcourse use it in c++
~Factionwars

Offline pllaybuoy

  • Peasant
  • *
  • Posts: 70
  • Cookies: -3
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #5 on: April 04, 2013, 06:53:18 pm »
http://beej.us/guide/bgnet/ Explains really almost everything you need to know to start with network programming. It's C but you can ofcourse use it in c++

I already downloaded the pdf version . He doesn't mention what files to include and the likes so I moved on with that pdf .

@rasenove : I am downloading that book , lets see whats inside . Thanks :)
« Last Edit: April 04, 2013, 06:56:48 pm by pllaybuoy »
"Monsters are real , ghosts are real too . They live inside us and sometimes they win"

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #6 on: April 04, 2013, 07:19:58 pm »
I already downloaded the pdf version . He doesn't mention what files to include and the likes so I moved on with that pdf .

@rasenove : I am downloading that book , lets see whats inside . Thanks :)
It is mentioned. Just read on untill he wants You to start.
~Factionwars

Offline pllaybuoy

  • Peasant
  • *
  • Posts: 70
  • Cookies: -3
    • View Profile
Re: Looking for network programming reference/guides ?
« Reply #7 on: April 04, 2013, 07:33:47 pm »
It is mentioned. Just read on untill he wants You to start.
Alright dude , I have the both pdfs now and I will be reading them . I will ask for any further assistance if I get stuck somewhere .
Thanks guys :)
"Monsters are real , ghosts are real too . They live inside us and sometimes they win"