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. The Lounge
  3. A repost?

A repost?

Scheduled Pinned Locked Moved The Lounge
c++helpquestionsysadmintutorial
31 Posts 20 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.
  • E Offline
    E Offline
    Eytukan
    wrote on last edited by
    #1

    FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

    N RaviBeeR V M A 8 Replies Last reply
    0
    • E Eytukan

      FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      If Yahoo Messenger is still in use in 2038 that'd be more worrying than a stupid crash! :)

      Regards, Nish


      Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
      Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

      E S F B 4 Replies Last reply
      0
      • N Nish Nishant

        If Yahoo Messenger is still in use in 2038 that'd be more worrying than a stupid crash! :)

        Regards, Nish


        Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
        Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

        E Offline
        E Offline
        Eytukan
        wrote on last edited by
        #3

        :laugh: :laugh:. Y!Crap. Even in 2007, it's taking 40MB of RAM X| . When we set the year to 2038, it simulates a proportionally incremented RAM requirement and hence, a crash. I'm sure it'll eat up a GB someday X|


        Press: 1500 to 2,200 messages in just 6 days? How's that possible sir? **Dr.Brad :**Well,I just replied to everything Graus did and then argued with Negus for a bit.

        1 Reply Last reply
        0
        • E Eytukan

          FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

          RaviBeeR Offline
          RaviBeeR Offline
          RaviBee
          wrote on last edited by
          #4

          Yes, this is a repost. It first got airplay in the late 90s when people were concerned about the Y2K bug. /ravi

          This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

          1 Reply Last reply
          0
          • E Eytukan

            FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

            V Offline
            V Offline
            Vikram A Punathambekar
            wrote on last edited by
            #5

            I thought every developer and his dog knew about this. :doh:

            Cheers, Vikram.


            "...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.

            R S E 3 Replies Last reply
            0
            • V Vikram A Punathambekar

              I thought every developer and his dog knew about this. :doh:

              Cheers, Vikram.


              "...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.

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

              Vikram A Punathambekar wrote:

              I thought every developer and his dog knew about this.

              Dogs have better things to do than worrying about Y! Messenger.


              Nobody can give you wiser advice than yourself. - Cicero ப்ரம்மா

              1 Reply Last reply
              0
              • V Vikram A Punathambekar

                I thought every developer and his dog knew about this. :doh:

                Cheers, Vikram.


                "...we are disempowered to cultivate in their communities an inclination to assimilate to our culture." - Stan Shannon.

                S Offline
                S Offline
                Smith
                wrote on last edited by
                #7

                From my dog: You have a good master. My wishes.:rolleyes:

                :beer:

                1 Reply Last reply
                0
                • N Nish Nishant

                  If Yahoo Messenger is still in use in 2038 that'd be more worrying than a stupid crash! :)

                  Regards, Nish


                  Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                  Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                  S Offline
                  S Offline
                  Smith
                  wrote on last edited by
                  #8

                  Someone's still using it?:omg:

                  :beer:

                  P 1 Reply Last reply
                  0
                  • E Eytukan

                    FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

                    M Offline
                    M Offline
                    Michael Dunn
                    wrote on last edited by
                    #9

                    You are the first person in the history of the planet to discover this problematic date. All 6.5 billion of us thank you effusively.

                    --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

                    E 2 Replies Last reply
                    0
                    • M Michael Dunn

                      You are the first person in the history of the planet to discover this problematic date. All 6.5 billion of us thank you effusively.

                      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

                      E Offline
                      E Offline
                      Eytukan
                      wrote on last edited by
                      #10

                      :BOW: Hey but you know why I asked if it's a repost? I vaguely remembered me posting the same few years before!.But vaguely. lol! The catch is that Yahoo had released successive versions of the messenger and all of them still crash!


                      Press: 1500 to 2,200 messages in just 6 days? How's that possible sir? **Dr.Brad :**Well,I just replied to everything Graus did and then argued with Negus for a bit.

                      L 2 Replies Last reply
                      0
                      • S Smith

                        Someone's still using it?:omg:

                        :beer:

                        P Offline
                        P Offline
                        Prakash Nadar
                        wrote on last edited by
                        #11

                        Meat Loaf wrote:

                        Someone's still using it

                        Me. :sigh:, coz clients use yahoo.


                        -Prakash

                        S 1 Reply Last reply
                        0
                        • E Eytukan

                          :BOW: Hey but you know why I asked if it's a repost? I vaguely remembered me posting the same few years before!.But vaguely. lol! The catch is that Yahoo had released successive versions of the messenger and all of them still crash!


                          Press: 1500 to 2,200 messages in just 6 days? How's that possible sir? **Dr.Brad :**Well,I just replied to everything Graus did and then argued with Negus for a bit.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #12

                          They don't expect it (at least the versions they are releasing now) to be in use in 2038.

                          -------- Micrologic Networks, India

                          S 1 Reply Last reply
                          0
                          • L Lost User

                            They don't expect it (at least the versions they are releasing now) to be in use in 2038.

                            -------- Micrologic Networks, India

                            S Offline
                            S Offline
                            S Douglas
                            wrote on last edited by
                            #13

                            Thomas George wrote:

                            the versions they are releasing now) to be in use in 2038.

                            Wasn't that the theory behind the y2k bug?


                            I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                            1 Reply Last reply
                            0
                            • P Prakash Nadar

                              Meat Loaf wrote:

                              Someone's still using it

                              Me. :sigh:, coz clients use yahoo.


                              -Prakash

                              S Offline
                              S Offline
                              Smith
                              wrote on last edited by
                              #14

                              :omg:

                              :beer:

                              1 Reply Last reply
                              0
                              • N Nish Nishant

                                If Yahoo Messenger is still in use in 2038 that'd be more worrying than a stupid crash! :)

                                Regards, Nish


                                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

                                F Offline
                                F Offline
                                Feline C
                                wrote on last edited by
                                #15

                                You have a very good sense of humour! :-D

                                "One Rose can be my garden, One Friend, my World"

                                1 Reply Last reply
                                0
                                • E Eytukan

                                  FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

                                  A Offline
                                  A Offline
                                  Anna Jayne Metcalfe
                                  wrote on last edited by
                                  #16

                                  time_t has been deprecated for a long time. Anyone who is still using it must have rocks in his or her head. MFC 7 and above use _time64_t for precisely that reason.

                                  Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                                  B T 2 Replies Last reply
                                  0
                                  • E Eytukan

                                    FWD: Note: This is just for FYI only, Please Don't try this. This is true and if you do this then your network based applications will not work. The Year 2038 Problem Test it now. steps... 1. login to yahoo messenger 2. send instant message to anyone - fine its working... 3. now, change ur system date to 19-Jan-2038, 03:14:07 AM or above 4. Confirm weather ur date is changed 5. again send instant message to anyone... Your YM crahes.... * * * YES ALL NETWORK BASED APPLICATION WILL NOT WORK NOW * * * Why..... What is it? * * Starting at GMT 03:14:07, Tuesday, January 19, 2038, It is expected to see lots of systems around the world breaking magnificently: satellites falling out of orbit, massive power outages (like the 2003 North American blackout), hospital life support system failures, phone system interruptions, banking errors, etc. One second after this critical second, many of these systems will have wildly inaccurate date settings, producing all kinds of unpredictable consequences. In short, many of the dire predictions for the year 2000 are much more likely to actually occur in the year In the first month of the year 2038 C.E. many computers will encounter a date-related bug in their operating systems and/or in the applications they run. This can result in incorrect and wildly inaccurate dates being reported by the operating system and/or applications. The effect of this bug is hard to predict, because many applications are not prepared for the resulting "skip" in reported time anywhere from 1901 to a "broken record" repeat of the reported time at the second the bug occurs. Also, may make some small adjustment to the actual time the bug expresses itself. This bug to cause serious problems on many platforms, especially Unix and Unix-like platforms, because these systems will "run out of time". What causes it? Time_t is a data type used by C and C++ programs to represent dates and times internally. (Windows programmers out there might also recognize it as the basis for the CTime and CTimeSpan classes in MFC.) time_t is actually just an integer, a whole number, that counts the number of seconds since January 1, 1970 at 12:00 AM Greenwich Mean Time. A time_t value of 0 would be 12:00:00 AM (exactly midnight) 1-Jan-1970, a time_t value of 1 would be 12:00:01 AM (one second after midnight) 1-Jan-1970, etc.. some example times and their exact time_t representations: Date & time time_t representation 1-Jan-1970, 12:00:00 AM GMT 0

                                    T Offline
                                    T Offline
                                    Tim Craig
                                    wrote on last edited by
                                    #17

                                    On January 19, 2038 I'll be 90 years old. If I'm napping when the world ends, don't wake me. ;)

                                    The evolution of the human genome is too important to be left to chance idiots like CSS.

                                    1 Reply Last reply
                                    0
                                    • A Anna Jayne Metcalfe

                                      time_t has been deprecated for a long time. Anyone who is still using it must have rocks in his or her head. MFC 7 and above use _time64_t for precisely that reason.

                                      Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

                                      B Offline
                                      B Offline
                                      benjymous
                                      wrote on last edited by
                                      #18

                                      Pah, but they're just not thinking of the implications of what'll happen some time in March in the year 292271025015!!! Do these people never learn?

                                      D W 2 Replies Last reply
                                      0
                                      • A Anna Jayne Metcalfe

                                        time_t has been deprecated for a long time. Anyone who is still using it must have rocks in his or her head. MFC 7 and above use _time64_t for precisely that reason.

                                        Anna :rose: Linting the day away :cool: Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"

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

                                        Anna-Jayne Metcalfe wrote:

                                        MFC 7 and above use _time64_t for precisely that reason.

                                        then we have to wait till 20038 to see Yahoo Messenger crash :)

                                        "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 Support CRY- Child Relief and You

                                        1 Reply Last reply
                                        0
                                        • E Eytukan

                                          :BOW: Hey but you know why I asked if it's a repost? I vaguely remembered me posting the same few years before!.But vaguely. lol! The catch is that Yahoo had released successive versions of the messenger and all of them still crash!


                                          Press: 1500 to 2,200 messages in just 6 days? How's that possible sir? **Dr.Brad :**Well,I just replied to everything Graus did and then argued with Negus for a bit.

                                          L Offline
                                          L Offline
                                          Lost User
                                          wrote on last edited by
                                          #20

                                          VuNic wrote:

                                          I fadely remembered me posting the same few years before!.

                                          VuNic, I think the word you are looking for is vaguely.

                                          Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

                                          E B 2 Replies 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