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#
  4. Dumb Questions

Dumb Questions

Scheduled Pinned Locked Moved C#
questionc++learning
7 Posts 5 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.
  • J Offline
    J Offline
    JMOdom
    wrote on last edited by
    #1

    I've got a couple of kinda dumb questions. :-O What can you expect from someboy whose learning? :-D 1) What is MFC and what do you do with it? :confused: 2) While typing code my cursor line goes from a skinny line to a fat blinking rectangle. It also overwrites any previous written code. How do I get back to the skinny line and stop the overwriting? :(( I figure I may have accidently hit something I shouldn't have. Although I haven't any idea what it was. :doh: Thanks.

    C A L 3 Replies Last reply
    0
    • J JMOdom

      I've got a couple of kinda dumb questions. :-O What can you expect from someboy whose learning? :-D 1) What is MFC and what do you do with it? :confused: 2) While typing code my cursor line goes from a skinny line to a fat blinking rectangle. It also overwrites any previous written code. How do I get back to the skinny line and stop the overwriting? :(( I figure I may have accidently hit something I shouldn't have. Although I haven't any idea what it was. :doh: Thanks.

      C Offline
      C Offline
      coolestCoder
      wrote on last edited by
      #2

      JMOdom wrote:

      1. What is MFC and what do you do with it?

      Dont you have a book on that topic. I dont want to be rude but you need to read a good basic book about MFC.

      JMOdom wrote:

      1. While typing code my cursor line goes from a skinny line to a fat blinking rectangle. It also overwrites any previous written code. How do I get back to the skinny line and stop the overwriting?

      And even that on windows. BTW find the "Insert" key and press it to toggle the overwrite or insert functionality you are talking about.


      "A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder


      coolestCoder

      1 Reply Last reply
      0
      • J JMOdom

        I've got a couple of kinda dumb questions. :-O What can you expect from someboy whose learning? :-D 1) What is MFC and what do you do with it? :confused: 2) While typing code my cursor line goes from a skinny line to a fat blinking rectangle. It also overwrites any previous written code. How do I get back to the skinny line and stop the overwriting? :(( I figure I may have accidently hit something I shouldn't have. Although I haven't any idea what it was. :doh: Thanks.

        A Offline
        A Offline
        abhinarulkar
        wrote on last edited by
        #3

        :) well thats ok, not to worry below are the answers to your questions 1) MFC is Microsoft Foundation Classes. They are a set of classes developed by Microsoft and given to application developers to expedite development. Kind of framework where you do not need to do all the basic stuff, just use the class objects provided in MFC. 2) You must have hit "Insert" on your keyboard just press it once more and it'll be ok. Its toggle button.

        Learning is a never ending process of Life.

        J 1 Reply Last reply
        0
        • J JMOdom

          I've got a couple of kinda dumb questions. :-O What can you expect from someboy whose learning? :-D 1) What is MFC and what do you do with it? :confused: 2) While typing code my cursor line goes from a skinny line to a fat blinking rectangle. It also overwrites any previous written code. How do I get back to the skinny line and stop the overwriting? :(( I figure I may have accidently hit something I shouldn't have. Although I haven't any idea what it was. :doh: Thanks.

          L Offline
          L Offline
          Leslie Sanford
          wrote on last edited by
          #4

          JMOdom wrote:

          1. What is MFC and what do you do with it?

          Microsoft Foundation Classes. Back in the 90s, Microsoft wrote a C++ library that wraps the low-level C Windows API. As far as your second question, coolestCoder answered it. Yeah, that Insert key can be annoying when you accidently hit it.

          R 1 Reply Last reply
          0
          • L Leslie Sanford

            JMOdom wrote:

            1. What is MFC and what do you do with it?

            Microsoft Foundation Classes. Back in the 90s, Microsoft wrote a C++ library that wraps the low-level C Windows API. As far as your second question, coolestCoder answered it. Yeah, that Insert key can be annoying when you accidently hit it.

            R Offline
            R Offline
            Rudolf Jan
            wrote on last edited by
            #5

            MFC is a very good framework to create Windows applications in C++. If you use C# it is completely useless. For study purposes it may be very interesting to read Jeff Prososes book Programming Windows95 with MFC. It gives you a very bright introduction in many concepts that are useful. If you intend to use c#, you should focus on .NET Unfortunately .NET is so huge that it takes a lot of time to find your way. Don't get frighted by that, because programming is great fun.;)

            J 1 Reply Last reply
            0
            • R Rudolf Jan

              MFC is a very good framework to create Windows applications in C++. If you use C# it is completely useless. For study purposes it may be very interesting to read Jeff Prososes book Programming Windows95 with MFC. It gives you a very bright introduction in many concepts that are useful. If you intend to use c#, you should focus on .NET Unfortunately .NET is so huge that it takes a lot of time to find your way. Don't get frighted by that, because programming is great fun.;)

              J Offline
              J Offline
              JMOdom
              wrote on last edited by
              #6

              Thanks for the answers folks. :) I'm just now trying to learn C# 2005 at the local junior college. :doh: I took a year of Visual Basic 2003 last year there.(They hadn't upgraded to VB2005 at that time.) :(( After I get done with my classes I might try to see about learning C++. :laugh: If I can manage all that, then I should have a good foundation on computer languages. :-O I'm also working on AutoLisp to enhance my drafting work. As you can see I've set myself a rather full schedule. X| Well thanks again. :cool::rose:

              1 Reply Last reply
              0
              • A abhinarulkar

                :) well thats ok, not to worry below are the answers to your questions 1) MFC is Microsoft Foundation Classes. They are a set of classes developed by Microsoft and given to application developers to expedite development. Kind of framework where you do not need to do all the basic stuff, just use the class objects provided in MFC. 2) You must have hit "Insert" on your keyboard just press it once more and it'll be ok. Its toggle button.

                Learning is a never ending process of Life.

                J Offline
                J Offline
                JMOdom
                wrote on last edited by
                #7

                Learning is a never ending process of Life. :rolleyes: That's one statement I can't argue with. I expect that the last thing I learn in this life is what it is like to die. (Morbid, Huh?) :omg:

                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