EvilZone

Programming and Scripting => C - C++ => : pllaybuoy April 04, 2013, 02:52:59 PM

: Looking for network programming reference/guides ?
: pllaybuoy 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
: Re: Looking for network programming reference/guides ?
: rasenove April 04, 2013, 03:30:04 PM
 C++ Network programming  (http://books.google.com.bd/books/about/C++_Network_Programming.html?id=Zz33T9hPW5oC&redir_esc=y) gives a great intro to network programming and heard its a very good read. have fun.
: Re: Looking for network programming reference/guides ?
: pllaybuoy April 04, 2013, 03:31:22 PM
C++ Network programming  (http://books.google.com.bd/books/about/C++_Network_Programming.html?id=Zz33T9hPW5oC&redir_esc=y) 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 . .
: Re: Looking for network programming reference/guides ?
: rasenove 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.
: Re: Looking for network programming reference/guides ?
: Stackprotector 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++
: Re: Looking for network programming reference/guides ?
: pllaybuoy April 04, 2013, 06:53:18 PM
http://beej.us/guide/bgnet/ (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 :)
: Re: Looking for network programming reference/guides ?
: Stackprotector 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.
: Re: Looking for network programming reference/guides ?
: pllaybuoy 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 :)