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. Other Discussions
  3. Article Writing
  4. Borland C++ 3.1

Borland C++ 3.1

Scheduled Pinned Locked Moved Article Writing
c++delphigraphicshelpquestion
6 Posts 6 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.
  • S Offline
    S Offline
    Sarah
    wrote on last edited by
    #1

    I have started programming in 2D graphics and would like to know if anyone could help me. I want to create a clock using circle() and line() functions. Then have the clock ticking in seconds. If anyone would have an answer it would help me a great deal. I want to use Borland C++3.1 to create this clock. Please help I want to try and get it finished by next Friday??:confused: Sarah Fox

    L C 2 Replies Last reply
    0
    • S Sarah

      I have started programming in 2D graphics and would like to know if anyone could help me. I want to create a clock using circle() and line() functions. Then have the clock ticking in seconds. If anyone would have an answer it would help me a great deal. I want to use Borland C++3.1 to create this clock. Please help I want to try and get it finished by next Friday??:confused: Sarah Fox

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

      :)

      M 1 Reply Last reply
      0
      • S Sarah

        I have started programming in 2D graphics and would like to know if anyone could help me. I want to create a clock using circle() and line() functions. Then have the clock ticking in seconds. If anyone would have an answer it would help me a great deal. I want to use Borland C++3.1 to create this clock. Please help I want to try and get it finished by next Friday??:confused: Sarah Fox

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

        You'd probably do better in the Visual C++ forum, although you're not using VC++, I don't think this forum gets much traffic. Why are you using BC ? Christian After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

        R 1 Reply Last reply
        0
        • C Christian Graus

          You'd probably do better in the Visual C++ forum, although you're not using VC++, I don't think this forum gets much traffic. Why are you using BC ? Christian After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

          R Offline
          R Offline
          Rassman
          wrote on last edited by
          #4

          BC is one of the very few compilers still at a price users on a budget can easily afford. We do it for the joy of seeing the users struggle.

          1 Reply Last reply
          0
          • L Lost User

            :)

            M Offline
            M Offline
            Migs
            wrote on last edited by
            #5

            Flubby: It depends on what you're doing.
            If you're ok with depending on MFC, then VC is, of course, better. But for straight API programming I find BC's code better, much better. (except for multithreaded apps where there is a problem with the memory allocation libraries and you've gotta work extra)

            Too bad Borland is no longer providing support for BC and I'm forced to consider moving to VC: VC's resource editor sucks big time and precompiled header handling is also very bad.
            And what's with this stupid message "file XXX.cpp has changed.. do you want to recompile?"
            you feel like answering "Nooooo.. just ignore the 50,000 extra lines I've just typed.. OF COURSE I want you, a compiler, to compile!.. haven't I payed for that???"
            What VC does kick BC's ass is in project-file handling: In BC, sending a project to someone else is shitty because the project files keep references to your computer's paths.. while in VC, the paths are relative.
            MAN! I wish Borland would keep enhancing BC.. but, too bad: I'll probably have to cope with VC's creepy auto-generated code. Sonork ID: 0.2

            G 1 Reply Last reply
            0
            • M Migs

              Flubby: It depends on what you're doing.
              If you're ok with depending on MFC, then VC is, of course, better. But for straight API programming I find BC's code better, much better. (except for multithreaded apps where there is a problem with the memory allocation libraries and you've gotta work extra)

              Too bad Borland is no longer providing support for BC and I'm forced to consider moving to VC: VC's resource editor sucks big time and precompiled header handling is also very bad.
              And what's with this stupid message "file XXX.cpp has changed.. do you want to recompile?"
              you feel like answering "Nooooo.. just ignore the 50,000 extra lines I've just typed.. OF COURSE I want you, a compiler, to compile!.. haven't I payed for that???"
              What VC does kick BC's ass is in project-file handling: In BC, sending a project to someone else is shitty because the project files keep references to your computer's paths.. while in VC, the paths are relative.
              MAN! I wish Borland would keep enhancing BC.. but, too bad: I'll probably have to cope with VC's creepy auto-generated code. Sonork ID: 0.2

              G Offline
              G Offline
              George
              wrote on last edited by
              #6

              Migs wrote: And what's with this stupid message "file XXX.cpp has changed.. do you want to recompile?" Hm... I think the message reads either: 1. The file has changed, do you want to reload? 2. The project settings have changed, do you want to rebuild. It appears that you are actually editing the files outside of VC++ while keeping it open, which is where you trouble would come from. Use built-in editor and you should be fine. Or perhaps you open the same project twice in different VC++ instances...

              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