hii,
i'm a new to programing , and i would be thankful if someone answers my question ,
sorry if it seems nobbie :-
how does programs like networking programs working on a different os like windows/linux interacts with one another ?
i mean when you write c program for instance the functions arent the same in both os , e.g accessing files on the system work differently on this os
thnx in advance .
os's interacts
Started by mIXpRo, Aug 21 2010 02:46 PM
8 replies to this topic
#1
Posted 21 August 2010 - 02:46 PM
|
|
|
#2
Posted 21 August 2010 - 02:52 PM
TCP/IP or UDP
#3
Posted 21 August 2010 - 02:58 PM
but how , sockets functions doesn't match ; think of it like this you write a program for the same purpose like file sharing , and you make to versions on for windows and one for linux how do this programs access another's os file system (files) .
#4
Posted 21 August 2010 - 03:35 PM
The client takes care of the interaction between the systems, the underlaying network protocols (TCP/IP/UDP) and use of them are the exact same in any system.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#5
Posted 21 August 2010 - 06:35 PM
It's not all that different from an HTTP or FTP request.
#6
Posted 22 August 2010 - 12:52 PM
Do you know of any book or an article so i can read more about this
#7
Posted 22 August 2010 - 04:27 PM
You may want to do research into Samba to get some more details. It's also not clear what kind of details you want. Do you understand how an HTTP server/client works?
#8
Posted 23 August 2010 - 05:00 AM
No not at all , i only started with c / cpp standard libs and expanded a little toward networking using c/cpp
#9
Posted 23 August 2010 - 03:40 PM
I would recommend you start learning socket programming. You can use the Boost library with C++ to get cross-platform sockets.


Sign In
Create Account


Back to top









