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. Garbage Collected Framework (GCF)

Garbage Collected Framework (GCF)

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestiondiscussioncareer
4 Posts 3 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
    S van Leent
    wrote on last edited by
    #1

    After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");

    D M 2 Replies Last reply
    0
    • S S van Leent

      After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");

      D Offline
      D Offline
      Daniel Turini
      wrote on last edited by
      #2

      S van Leent wrote: After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sorry dude, but it has been done yet: it is called the .NET Framework. "In an organization, each person rises to the level of his own incompetence." Peter's Principle

      S 1 Reply Last reply
      0
      • D Daniel Turini

        S van Leent wrote: After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sorry dude, but it has been done yet: it is called the .NET Framework. "In an organization, each person rises to the level of his own incompetence." Peter's Principle

        S Offline
        S Offline
        S van Leent
        wrote on last edited by
        #3

        As I was expectiong this answer, not everything in this world is based on .NET, thereby, it's not only about useability but also about some fun. LPCTSTR Dutch = TEXT("Double Dutch :-)");

        1 Reply Last reply
        0
        • S S van Leent

          After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");

          M Offline
          M Offline
          Mike Nordell
          wrote on last edited by
          #4

          Try googling for "Boehm GC".

          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