How to Study a Week Before an Exam
Q&A for How to Create a Simple Program in C++
Coming soon
Search
-
QuestionAre there online solving programs?Community AnswerYes, there are many types of online solving programming tests available on the internet.
-
QuestionWhat are the uses of C++?Community AnswerEverything! It can be used in everything from programming games to making webpages, software, and databases.
-
QuestionI'm interested in learning C++, but I don't have any money. What can I do?Community AnswerLook for tutorials like this one online and teach yourself.
-
QuestionHow would I know which data type I'm supposed to use?Community AnswerThink 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.
-
QuestionHow can I learn programming using C++?Sebir MoranCommunity AnswerWatch some tutorials on YouTube. Or buy a book on C++ programming like Sumita Arona's Programming with C++.
-
QuestionWhat are the steps to start C++ programming?Community AnswerIf you know C you can can easily learn C++. There is no much difference in C & C++.
-
QuestionHow can I create a program that stores school records through C++?Soos MartonCommunity AnswerThe simplest way is to use the standard input method (cin) to get the user's input, then store it in a file using fstreams.
-
QuestionHow can I learn C programming in a simple way?Community AnswerYou 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++.
-
QuestionI 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 LodgaardCommunity AnswerYou need to learn a programming language and some type of server language.
-
QuestionIs C++ a better language than C#? If so, why?Community AnswerThey’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++.
-
QuestionI want to create and develop and Android app, help please.Community AnswerYou 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.
-
QuestionCould I use Notepad++ to compile a C++ program?Mariam AtbouliCommunity AnswerYes! 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.
-
QuestionExcluding watching videos on YouTube or elsewhere online, what are the best ways to learn C++?Mariam AtbouliCommunity AnswerYou 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.
-
QuestionCould I use Notepad to compile a C++ program?Community AnswerNotepad 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
200 characters left
Include your email address to get a message when this question is answered.
Submit