UCLAChuck , did you use an empty project, or win32 console app or what ,coz when i use empty project the software says that it can't find the file ..../debug/file.exe ; and when i use win32 console app as my project type the bottom box where autos and locals are there are not there ;however when i click 'Step into' button then it appears along with a whole lot of other windows. PS-i was making .c file NOT .cpp
Pretty nice coverage on the debugger. However, it is pretty hard read anything on the screen. Setting the video quality to 720p & full screen does help, but it's still difficult.
mine says bin debug cant be found...
a13n21 1 week ago
This has been flagged as spam show
UCLAChuck , did you use an empty project, or win32 console app or what ,coz when i use empty project the software says that it can't find the file ..../debug/file.exe ; and when i use win32 console app as my project type the bottom box where autos and locals are there are not there ;however when i click 'Step into' button then it appears along with a whole lot of other windows. PS-i was making .c file NOT .cpp
Also i'm using visual studio 2010
franceparissicily 1 month ago
Comment removed
franceparissicily 1 month ago
Minor nitpick: it's int main(), not void main().
antred11 4 months ago
@antred11 Ah, you caught me! Yeah, it's slightly nonstandard. I learned C first, where examples of void main() abound, and haven't dropped the habit.
You'd cry if you saw how I throw away constness...... ;->
mutou69 4 months ago
1 bug watched this video and disliked it ....lol
usergroupX 4 months ago
man i cant debug it said something like unable to start program.
monkeyboiz1 4 months ago
The bottom box that says autos and locals is completely blank for me. What's going on!
TarousDT 6 months ago
I think this person needs to watch a tutorial on how to make a youtube video...
ChristyTV 10 months ago 2
which is the best compiler for C++ beginner?
MsMvp90 10 months ago
@MsMvp90 Dev-C++
Amillienaire 10 months ago
@Amillienaire thanks
MsMvp90 10 months ago
@Amillienaire That software hasn't been updated in almost 6 years, use Code::Blocks or Visual Studio Express C++
ChristyTV 10 months ago
@Amillienaire
Dev-C++ is not a compiler
LordOfDragonMasters 7 months ago
@LordOfDragonMasters
Exactly. Dev-C++ is an IDE, but it is clear that no one, not even a beginner needs to learn a Compiler!
Clearly MsMvp90 confused an IDE and an Compiler.
PandeyNisheeth 7 months ago
This has been flagged as spam show
@PandeyNisheeth
"but it is clear that no one...needs to learn a Compiler!"
If no one knows how compiler works, they wouldnt exist. Im a compiler writer.
LordOfDragonMasters 7 months ago
Pretty nice coverage on the debugger. However, it is pretty hard read anything on the screen. Setting the video quality to 720p & full screen does help, but it's still difficult.
BinaryToshokan 1 year ago
Comment removed
BinaryToshokan 1 year ago
Watch these in 720p and detached/full screen or you can't see what's going on.
UCLAChuck 1 year ago