Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Network program

Network program

Scheduled Pinned Locked Moved C / C++ / MFC
sysadmin
16 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Maximilien

    what you mean in network ? client-server ? web-oriented ? or something else ?


    Maximilien Lincourt Your Head A Splode - Strong Bad

    M Offline
    M Offline
    mikobi
    wrote on last edited by
    #7

    NetWork means client-server I learn my self

    1 Reply Last reply
    0
    • D David Crow

      All programs, at least the ones I use and have used in the past, can be used in a network environment. I do not know of a reason that someone would purposely code something like:

      if (is_machine_on_network() == true)
      exit();

      Other than that, you'll have to be more specific with your question(s).


      "One must learn from the bite of the fire to leave it alone." - Native American Proverb

      M Offline
      M Offline
      mikobi
      wrote on last edited by
      #8

      I want that my program be client/server.

      T 1 Reply Last reply
      0
      • M mikobi

        I want that my program be client/server.

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #9

        then please check this link:- [http://www.codeproject.com/internet/#Client%2FServer+Development](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)[[^](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)]

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        M 1 Reply Last reply
        0
        • T ThatsAlok

          then please check this link:- [http://www.codeproject.com/internet/#Client%2FServer+Development](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)[[^](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)]

          "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

          cheers, Alok Gupta VC Forum Q&A :- I/ IV

          M Offline
          M Offline
          mikobi
          wrote on last edited by
          #10

          YOUR LINK IS NOT Opening the page. they have a mistake a think I am saying about a program that can run one a lan not at the internet. Thanks

          M 2 Replies Last reply
          0
          • M mikobi

            YOUR LINK IS NOT Opening the page. they have a mistake a think I am saying about a program that can run one a lan not at the internet. Thanks

            M Offline
            M Offline
            mikobi
            wrote on last edited by
            #11

            It's Ok now

            1 Reply Last reply
            0
            • M mikobi

              YOUR LINK IS NOT Opening the page. they have a mistake a think I am saying about a program that can run one a lan not at the internet. Thanks

              M Offline
              M Offline
              mikobi
              wrote on last edited by
              #12

              It's Ok now, I open this link now.

              T 1 Reply Last reply
              0
              • M mikobi

                It's Ok now, I open this link now.

                T Offline
                T Offline
                ThatsAlok
                wrote on last edited by
                #13

                i added extra http:// in above i am sorry for that :)

                "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                cheers, Alok Gupta VC Forum Q&A :- I/ IV

                M 1 Reply Last reply
                0
                • T ThatsAlok

                  i added extra http:// in above i am sorry for that :)

                  "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                  cheers, Alok Gupta VC Forum Q&A :- I/ IV

                  M Offline
                  M Offline
                  mikobi
                  wrote on last edited by
                  #14

                  Please Sir, My problem is like this : I am using Sql server 2000 as database. If I make my program without complicate settings, this .exe file can be used by everybody from a network ? And can it work well or Not ?

                  T 1 Reply Last reply
                  0
                  • M mikobi

                    Please Sir, My problem is like this : I am using Sql server 2000 as database. If I make my program without complicate settings, this .exe file can be used by everybody from a network ? And can it work well or Not ?

                    T Offline
                    T Offline
                    ThatsAlok
                    wrote on last edited by
                    #15

                    mikobi wrote: I am using Sql server 2000 as database. yeah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server..

                    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                    cheers, Alok Gupta VC Forum Q&A :- I/ IV

                    T 1 Reply Last reply
                    0
                    • T ThatsAlok

                      mikobi wrote: I am using Sql server 2000 as database. yeah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server..

                      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                      cheers, Alok Gupta VC Forum Q&A :- I/ IV

                      T Offline
                      T Offline
                      ThatsAlok
                      wrote on last edited by
                      #16

                      ThatsAlok wrote: eah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server.. Just make client Dummy which Get and PUT the data to or from server.. and server will actual task of Database

                      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                      cheers, Alok Gupta VC Forum Q&A :- I/ IV

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups