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. Find '.' character

Find '.' character

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpcareer
29 Posts 10 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 Michael Schubert

    No. Do you have the link?

    M Offline
    M Offline
    manju 123
    wrote on last edited by
    #19

    Hi.. what link sir....

    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

    1 Reply Last reply
    0
    • R Rajesh R Subramanian

      manju#123 wrote:

      hi.. sorry i will improve it.. thank you

      No, no. He was just joking. :)

      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

      M Offline
      M Offline
      manju 123
      wrote on last edited by
      #20

      Hi.. How can i increase my c++ coding strenth... thank you manju

      Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

      M R 2 Replies Last reply
      0
      • M Michael Schubert

        No. Do you have the link?

        R Offline
        R Offline
        Rajesh R Subramanian
        wrote on last edited by
        #21

        Michael Schubert wrote:

        No. Do you have the link?

        It's on the same thread. Now, you have to thank me for my Chairness[^]. :laugh:

        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

        M C 2 Replies Last reply
        0
        • R Rajesh R Subramanian

          Michael Schubert wrote:

          No. Do you have the link?

          It's on the same thread. Now, you have to thank me for my Chairness[^]. :laugh:

          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

          M Offline
          M Offline
          Michael Schubert
          wrote on last edited by
          #22

          Thanks, missed that when I first read the thread. Sadly, he is not posting any more.

          1 Reply Last reply
          0
          • M manju 123

            Hi.. How can i increase my c++ coding strenth... thank you manju

            Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

            M Offline
            M Offline
            Michael Schubert
            wrote on last edited by
            #23

            manju#123 wrote:

            How can i increase my c++ coding strenth

            ..must..resist..making..silly..comment..

            1 Reply Last reply
            0
            • R Rajesh R Subramanian

              Michael Schubert wrote:

              No. Do you have the link?

              It's on the same thread. Now, you have to thank me for my Chairness[^]. :laugh:

              Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

              C Offline
              C Offline
              Cedric Moonen
              wrote on last edited by
              #24

              :laugh: That was an awesome thread. It was difficult to retain myself from laughing out loud in the office.

              Cédric Moonen Software developer
              Charting control [v1.4]

              1 Reply Last reply
              0
              • M manju 123

                Hi.. I have specified string sample.jpg I want only extension as output output = .jpg plz help me manju

                Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

                M Offline
                M Offline
                Member 260880
                wrote on last edited by
                #25

                Here's a great class, CFileSpec, that is easy to use and you can view code to learn. Hope this helps.. http://www.codeproject.com/KB/cpp/cfilespec.aspx

                1 Reply Last reply
                0
                • M manju 123

                  Hi sir.. It was not harsh sir..it was the truth... I am trying to learn VC++...My friends are giving some assignments and i am working on that. thank you very much for your reply.. manju

                  Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

                  W Offline
                  W Offline
                  WindowsPistha
                  wrote on last edited by
                  #26

                  Hello Manju, I like your approach and your ambition is good. But you have to work hard to get in to the VC++ field. Read Some basic books. 1 ) Let us C++ (which will give confident in c++) This is the base for all. 2 ) Visual Programming by yaswant kanetkar(which will give intro about windows programming) 3 ) Windows Programming by charles petzold 4 ) Read some MFC books. This will help you a lot to get into the VC++ field. Once i was also like this.Anyway all the best. Here is the answer For Your question : Windows API : To split the file name into components void _splitpath( const char *path, // Input file name. char *drive, char *dir, char *fname, char *ext ); http://msdn.microsoft.com/en-us/library/e737s6tf(VS.71).aspx Regards, WindowsPistha

                  1 Reply Last reply
                  0
                  • M manju 123

                    Hi.. How can i increase my c++ coding strenth... thank you manju

                    Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #27

                    Read good books. Start with C++. Then read on MFC / Visual C++. There are several good books for C++. Start with a very basic book and work your way up. Learn and understand the fundamentals of Object Oriented Programming. For MFC, you may want to start with "Programming Windows with MFC by Jeff Prosise". There's another book called "Sams Teach Yourself Visual C++ in 21 Days" This, essentially teaches you MFC, but not in an in-depth manner. But this is a very good start for all. Good luck. :)

                    Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                    M 1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      Read good books. Start with C++. Then read on MFC / Visual C++. There are several good books for C++. Start with a very basic book and work your way up. Learn and understand the fundamentals of Object Oriented Programming. For MFC, you may want to start with "Programming Windows with MFC by Jeff Prosise". There's another book called "Sams Teach Yourself Visual C++ in 21 Days" This, essentially teaches you MFC, but not in an in-depth manner. But this is a very good start for all. Good luck. :)

                      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                      M Offline
                      M Offline
                      manju 123
                      wrote on last edited by
                      #28

                      Hi.. thank you very much sir.. manju

                      Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

                      1 Reply Last reply
                      0
                      • R Rajesh R Subramanian

                        manju#123 wrote:

                        Sorry for the silly question.i will study and improve myself..

                        Good Lord! You're one nice person. Good luck with your learnings. Do keep asking questions when you run into trouble. :)

                        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                        M Offline
                        M Offline
                        manju 123
                        wrote on last edited by
                        #29

                        Hi sir... I am comparing dates which are in different format... I want search the mails which are between the specified date and date.. Example ///////////////////////////// Start Date = 03/28/2008 (mm/dd/yyyy) End Date = 04/01/2008 (mm/dd/yyyy) But the mail dates are in format .. MailDate = 20080401 5:41:09 (yyyymmdd hhmmss). ////////////////////////////////////////////// I want compare if(mailDate <= firstDate && mailDate < secondDate) { printf("all the date between start date and end date"); } else { printf("No mails found"); } /////////////////////////////////////////////////// Sir how to compare this type of dates... thank you manju

                        Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju

                        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