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. Which language and IDE would require less coding for my test program?

Which language and IDE would require less coding for my test program?

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestionc++delphi
15 Posts 8 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 Mycroft Holmes

    Eddy Vluggen wrote:

    I'd say Visual Basic is the way to go

    With a C++ background!!! I would have thought c# would be the best platform to learn and there are many more examples on the interweb that VB.net (one of the reasons I moved from VB.Net).

    Never underestimate the power of human stupidity RAH

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

    Mycroft Holmes wrote:

    With a C++ background!!!

    Then he'll be able to grasp VB quickly :)

    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

    1 Reply Last reply
    0
    • L Lost User

      Member 12974235 wrote:

      This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice.

      Most languages know the concept of a "loop". So, the language to use is not determined by the amount of questions. I'd say Visual Basic is the way to go. Lots of examples out there, including psychology tests.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #7

      VB IS a psychology test!

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
      Dave Kreskowiak

      1 Reply Last reply
      0
      • L Lost User

        Member 12974235 wrote:

        This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice.

        Most languages know the concept of a "loop". So, the language to use is not determined by the amount of questions. I'd say Visual Basic is the way to go. Lots of examples out there, including psychology tests.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #8

        Eddy Vluggen wrote:

        I'd say Visual Basic is the way to go.

        You dislike him that much? :omg:

        Sent from my Amstrad PC 1640 Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • U User 12941702

          I'm currently using C++ Builder and I'm only doing console programming at the moment. But eventually I will move forward into making some Windows programs. One program I'd like to write is a test. I'd like to make a psychology test. This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice. My question is which language and IDE do you think would be easier to get this done? Visual Studio using C# or Embarcadero C++ Builder? I can't seem to come to a conclusion myself so here I ask.

          U Offline
          U Offline
          User 12941702
          wrote on last edited by
          #9

          I'm not a beginner by any means. I done a lot of console programming. I will probably use a console program as a prototype for the Windows version. But you're right. Either language will work just fine.

          OriginalGriffO 1 Reply Last reply
          0
          • U User 12941702

            I'm not a beginner by any means. I done a lot of console programming. I will probably use a console program as a prototype for the Windows version. But you're right. Either language will work just fine.

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #10

            Don't use a console program as a prototype: the two operate completely differently. The console is functional programming, where the app determines what is to happen at any time. The Windows version is event driven, where the user (and to an extent the data) determines what is to happen when. Trying to write a windows program as if it was a console app will not work at all well.

            Sent from my Amstrad PC 1640 Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            1 Reply Last reply
            0
            • L Lost User

              Member 12974235 wrote:

              This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice.

              Most languages know the concept of a "loop". So, the language to use is not determined by the amount of questions. I'd say Visual Basic is the way to go. Lots of examples out there, including psychology tests.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

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

              Eddy Vluggen wrote:

              Visual Basic is the way to go. Lots of examples out there, including psychology tests.

              Question 1: What possessed you to choose Visual Basic? :laugh:

              L 1 Reply Last reply
              0
              • L Lost User

                Eddy Vluggen wrote:

                Visual Basic is the way to go. Lots of examples out there, including psychology tests.

                Question 1: What possessed you to choose Visual Basic? :laugh:

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

                Everone knows that C# is better for 11 questions or more. For 10 and lower, we use VB.

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

                1 Reply Last reply
                0
                • U User 12941702

                  I'm currently using C++ Builder and I'm only doing console programming at the moment. But eventually I will move forward into making some Windows programs. One program I'd like to write is a test. I'd like to make a psychology test. This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice. My question is which language and IDE do you think would be easier to get this done? Visual Studio using C# or Embarcadero C++ Builder? I can't seem to come to a conclusion myself so here I ask.

                  B Offline
                  B Offline
                  BillWoodruff
                  wrote on last edited by
                  #13

                  I'd recommend Windows Forms / C#: you have a great IDE, Visual Studio, all the essentials for single-inheritance OOP (with Interfaces to kind-of implement multiple inheritance), and a time-tested (albeit quirky) set of useful controls ... and the ability to create custom controls, or controls that inherit from (and modify) the native controls. I think that once you get going with these tools, you'll feel like your days in console programming were a jail sentence :) cheers, Bill

                  «... thank the gods that they have made you superior to those events which they have not placed within your own control, rendered you accountable for that only which is within you own control For what, then, have they made you responsible? For that which is alone in your own power—a right use of things as they appear.» Discourses of Epictetus Book I:12

                  1 Reply Last reply
                  0
                  • U User 12941702

                    I'm currently using C++ Builder and I'm only doing console programming at the moment. But eventually I will move forward into making some Windows programs. One program I'd like to write is a test. I'd like to make a psychology test. This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice. My question is which language and IDE do you think would be easier to get this done? Visual Studio using C# or Embarcadero C++ Builder? I can't seem to come to a conclusion myself so here I ask.

                    A Offline
                    A Offline
                    AnotherKen
                    wrote on last edited by
                    #14

                    Well, in my opinion, you would find it easier to prototype things with C#, you could always port your code to C++ or even C if you need to for optomization reasons. Visual Studio can be downloaded for free, though it doesn't have all the useful libraries to make absolutely everything easier. If you go with Winforms at first you will not have to do any ASP.NET back-coding for the GUI, that can save a lot of time. The reason I suggest C# is that it is Strongly Typed and Type Safe making it much easier to debug than a language like Java.

                    1 Reply Last reply
                    0
                    • U User 12941702

                      I'm currently using C++ Builder and I'm only doing console programming at the moment. But eventually I will move forward into making some Windows programs. One program I'd like to write is a test. I'd like to make a psychology test. This will have about 10 questions. Either just true or false or maybe I'll decide they will be multiple choice. My question is which language and IDE do you think would be easier to get this done? Visual Studio using C# or Embarcadero C++ Builder? I can't seem to come to a conclusion myself so here I ask.

                      J Offline
                      J Offline
                      jschell
                      wrote on last edited by
                      #15

                      Member 12974235 wrote:

                      My question is which language and IDE do you think would be easier to get this done?

                      No language at all. There are internet services that already do that. They provide a way for you to write questions, provide a form for the answer, and probably even grading. I suspect some are even free.

                      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