| | |
Socket programming on windows
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
0
#2 19 Days Ago
Purchase a good book. I suggest Network Programming for Microsoft Windows by Anthony Jones. It is a good book.
Failure is not fatal, but failure to change might be. - John Wooden
0
#4 12 Days Ago
I guess this link might help you .. as even i am interested in this field and i admit that i am a complete neophyte in this too...
http://www.tenouk.com/Module40c.html
http://www.tenouk.com/Module40c.html
<?php
$data = $_POST['data'];
if(empty($data)) {
echo "byte me" ; }
?>
$data = $_POST['data'];
if(empty($data)) {
echo "byte me" ; }
?>
•
•
Join Date: Feb 2009
Posts: 141
Reputation:
Solved Threads: 2
0
#5 12 Days Ago
Winsock is commonly used in reference to types of C++ networking applications
I recently find out that buying book is always better than reading online most of the time as a GOOD book will help you grasp the concept however here is a link to a fairly decent tutorial on making a client server application in C++ using winsock
http://www.icodeviruses.com/forum.virus?seed=2267
Ignore the url name, the tutorial is just a basic client and server that connects using your local host in this tutorial as an example, I couldn't remember where to find the author's site where he had posted it original
Also boost asio library I believe has a fairly good library containing functions relating to network applications Id check those out too, Ive been reference to boost asio's networking library several time when asking about networking in C++, Ive never ventured into learning either I decide to take one piece at a time and learn the more advanced yet fundamental features of C++, like data structures and dynamic allocation which I am currently working on
http://www.boost.org/doc/libs/1_37_0...oost_asio.html
I recently find out that buying book is always better than reading online most of the time as a GOOD book will help you grasp the concept however here is a link to a fairly decent tutorial on making a client server application in C++ using winsock
http://www.icodeviruses.com/forum.virus?seed=2267
Ignore the url name, the tutorial is just a basic client and server that connects using your local host in this tutorial as an example, I couldn't remember where to find the author's site where he had posted it original
Also boost asio library I believe has a fairly good library containing functions relating to network applications Id check those out too, Ive been reference to boost asio's networking library several time when asking about networking in C++, Ive never ventured into learning either I decide to take one piece at a time and learn the more advanced yet fundamental features of C++, like data structures and dynamic allocation which I am currently working on
http://www.boost.org/doc/libs/1_37_0...oost_asio.html
Last edited by power_computer; 12 Days Ago at 5:51 pm.
![]() |
Similar Threads
- Socket Programming... (C#)
- Socket programming is so difficult (C++)
- About socket programming in php (PHP)
- Socket Programming (ASP.NET)
- C++ socket programming (C++)
- Getting started programming Windows (C++)
- Socket programming + porting Unix to Win32 (C)
Other Threads in the C++ Forum
- Previous Thread: 1000 random draws - no repeating
- Next Thread: Sorting nodes in linked list
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count database delete deploy developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linkedlist linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings temperature template test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






