C/C++ Computer programming -- Help with upcoming C++ exam

AI Thread Summary
An undergraduate Physics student is preparing for an upcoming C++ programming exam and seeks guidance on essential topics to study. The discussion highlights the challenges of addressing such a broad question without specific details. Participants suggest focusing on particular study questions and utilizing the Homework Help forums for targeted assistance. They emphasize the importance of using code tags for clarity when posting code. C++ is noted for its applications in physics, particularly in simulations, data analysis, and experimental processes. Due to the general nature of the inquiry, participants recommend consulting online tutorials and reviewing the exam syllabus for more structured preparation. The conversation concludes with the acknowledgment that the initial question lacks the specificity needed for a comprehensive response.
CLINTON
Messages
1
Reaction score
1
TL;DR Summary
I want to know about C++ programming
Hi, I am an undergraduate Physics student and i have an exam on c++ programming next monday, what are the basic things I have to know in order to perform well in the exam? And how is c++ applied in physics?
 
Technology news on Phys.org
Welcome to the PF. :smile:
CLINTON said:
Summary: I want to know about C++ programming

Hi, I am an undergraduate Physics student and i have an exam on c++ programming next monday, what are the basic things I have to know in order to perform well in the exam?
I'm not sure we can be of much help on such a general question about C++. If you have specific study questions that you need help with, post in the Homework Help forums, and show your best effort to figure out the problem. Also please be sure to use "code tags" to wrap your code posts -- it helps readability a lot. Put this around your code (without the spaces):

[ code=C ]

[ /code ]
And how is c++ applied in physics?
It is applied pretty much as any programming language. It is used for simulations and data analysis and running experiments, etc.
 
  • Like
Likes QuantumQuest
CLINTON said:
Hi, I am an undergraduate Physics student and i have an exam on c++ programming next monday, what are the basic things I have to know in order to perform well in the exam? And how is c++ applied in physics?
Somehow it seems to me that you have no prior knowledge in C++. In that case, you might want to have a look at this online tutorial:
https://www.javatpoint.com/cpp-tutorialIt's impossible for us to mention all the basics of the language. It's better if you read from the above site.
 
  • Like
Likes CLINTON
CLINTON said:
what are the basic things I have to know
You have to know where to go and at what time to take the exam. For other things it is a bit late ...

You might browse the syllabus and maybe even post it here ...
 
  • Like
Likes CLINTON, Wrichik Basu and berkeman
Thread closed. The question is too vague for us to be able to provide a meaningful answer.
 
  • Like
Likes QuantumQuest and Wrichik Basu
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top