Q&A for How to Create a Simple Program in C++

Return to Full Article

Search
Add New Question
  • Question
    Are there online solving programs?
    Community Answer
    Yes, there are many types of online solving programming tests available on the internet.
  • Question
    What are the uses of C++?
    Community Answer
    Everything! It can be used in everything from programming games to making webpages, software, and databases.
  • Question
    I'm interested in learning C++, but I don't have any money. What can I do?
    Community Answer
    Look for tutorials like this one online and teach yourself.
  • Question
    How would I know which data type I'm supposed to use?
    Community Answer
    Think about what the data needs to do. For example, if you need to do something like simple counting or a loop, use int. If you need to keep track of multiple characters, use a string.
  • Question
    How can I learn programming using C++?
    Sebir Moran
    Community Answer
    Watch some tutorials on YouTube. Or buy a book on C++ programming like Sumita Arona's Programming with C++.
  • Question
    What are the steps to start C++ programming?
    Community Answer
    If you know C you can can easily learn C++. There is no much difference in C & C++.
  • Question
    How can I create a program that stores school records through C++?
    Soos Marton
    Community Answer
    The simplest way is to use the standard input method (cin) to get the user's input, then store it in a file using fstreams.
  • Question
    How can I learn C programming in a simple way?
    Community Answer
    You can watch YouTube tutorials and follow along: that goes a long way. Alternatively, you could join a program such as Treehouse or Cademy. You could also pick up a book and read about C++.
  • Question
    I want to create a program that allows my customers to search all the products in my store. What do I need to know to do this?
    Are Lodgaard
    Community Answer
    You need to learn a programming language and some type of server language.
  • Question
    Is C++ a better language than C#? If so, why?
    Community Answer
    They’re both object oriented, and similar in many ways, but I can’t say which one is better. C# is a little easier to learn, and widely used for most business-oriented applications nowadays, but it doesn’t have the same “power” as C++.
  • Question
    I want to create and develop and Android app, help please.
    Community Answer
    You can use programming language for creating an application. For creating Android application you should use Android developer kit or you can create Android application in Mac.
  • Question
    Could I use Notepad++ to compile a C++ program?
    Mariam Atbouli
    Community Answer
    Yes! Lots of users like to use it, and it's good for compiling. Try it, and if you know you like it, then use it.
  • Question
    Excluding watching videos on YouTube or elsewhere online, what are the best ways to learn C++?
    Mariam Atbouli
    Community Answer
    You can just grab your tools, and imagine what you want to make. Try asking someone to teach you. and then instead of "copying" another person, try making your own program.
  • Question
    Could I use Notepad to compile a C++ program?
    Community Answer
    Notepad is apple to write a .cpp file, but it cannot compile the .cpp. Try Visual Studio, as it integrates compiling and running, if you are on a Windows environment.
Ask a Question

      Return to Full Article