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. Standard C library

Standard C library

Scheduled Pinned Locked Moved C / C++ / MFC
9 Posts 4 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.
  • T Offline
    T Offline
    tgrr
    wrote on last edited by
    #1

    hi, can anyone list me some of the most popular string manipulation function and some explanation on that from the standard C library. Thanks

    C C 2 Replies Last reply
    0
    • T tgrr

      hi, can anyone list me some of the most popular string manipulation function and some explanation on that from the standard C library. Thanks

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      your best bet is to go buy a copy or K&R's "The C Programming Language". but, you could also try the MSDN. here, i'll do it for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_string_manipulation.asp[^] -c


      Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

      Smaller Animals Software

      C 1 Reply Last reply
      0
      • T tgrr

        hi, can anyone list me some of the most popular string manipulation function and some explanation on that from the standard C library. Thanks

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        First of all, unless you're using C and not C++, all the char * stuff is pure evil and should be avoided. Secondly, google is your friend. So is the msdn site, it is full of this information. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

        1 Reply Last reply
        0
        • C Chris Losinger

          your best bet is to go buy a copy or K&R's "The C Programming Language". but, you could also try the MSDN. here, i'll do it for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_string_manipulation.asp[^] -c


          Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

          Smaller Animals Software

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Chris, I guess you will always be a nicer guy than I..... Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

          C 1 Reply Last reply
          0
          • C Christian Graus

            Chris, I guess you will always be a nicer guy than I..... Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

            C Offline
            C Offline
            Chris Losinger
            wrote on last edited by
            #5

            think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c


            Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

            Smaller Animals Software

            V C 2 Replies Last reply
            0
            • V vishwadev

              Hi thanks, frankly i did not know that the MSDN was available online. I always thought it was on a CD. Thanks. I totally agree with your anecdote, Teach a hungry man to fish, don't give him a fish!! Thanks

              C Offline
              C Offline
              Chris Losinger
              wrote on last edited by
              #6

              Vishwadev wrote: Hi thanks :) anytime -c


              Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

              Smaller Animals Software

              1 Reply Last reply
              0
              • C Chris Losinger

                think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c


                Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

                Smaller Animals Software

                V Offline
                V Offline
                vishwadev
                wrote on last edited by
                #7

                Hi thanks, frankly i did not know that the MSDN was available online. I always thought it was on a CD. Thanks. I totally agree with your anecdote, Teach a hungry man to fish, don't give him a fish!! Thanks

                C 1 Reply Last reply
                0
                • C Chris Losinger

                  think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c


                  Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

                  Smaller Animals Software

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  I meant that I just told him to go look at the MSDN, while you kindly went and generated a link for him. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

                  C 1 Reply Last reply
                  0
                  • C Christian Graus

                    I meant that I just told him to go look at the MSDN, while you kindly went and generated a link for him. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002

                    C Offline
                    C Offline
                    Chris Losinger
                    wrote on last edited by
                    #9

                    mostly because i see that particular MSDN page at least once a week and knew right where to find it. -c


                    Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw

                    Smaller Animals Software

                    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