Posts by Gustavo Campos • 46 points
3 posts
-
1
votes0
answers104
viewsQ: VS Code freezes when interrupting terminal execution
I’m trying to use VS Code for the easy extensions, mainly for the color highlights. Also to make use of the debugger. The problem is that when running the application, either with C++ Compile/Run,…
visual-studio-codeasked Gustavo Campos 46 -
0
votes1
answer37
viewsA: Data storage problem in the vector
The point is that you are only using a vector (unidimentsional) to store the notes. So what happens is that you are trying to store 6 notes in the same two positions of the vector "notes[]", then…
-
2
votes0
answers39
viewsQ: Clock time in integer value instead of float
I am creating a micro engine, for study purposes, and wanted to simulate a movement vector of a body/object through time. I started doing an infinite loop to do the object vector updates over time,…
c++asked Gustavo Campos 46