Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BASIC was my first love.
Why should I always enable compiler warnings?
What is a debugger and how can it help me diagnose problems?
Why should i not upload images of code/data/errors?
Why is “using namespace std;” considered bad practice?
Why should I not #include <bits/stdc++.h>?
#include <bits/stdc++.h>
Can a local variable's memory be accessed outside its scope?
Why aren't variable-length arrays part of the C++ standard?
Why should C++ programmers minimize use of 'new'?
Why is iostream::eof inside a loop condition (i.e. while (!stream.eof())) considered wrong?
while (!stream.eof())
What is the XY problem?
Why is “Can someone help me?” not an actual question?
How do I ask and answer homework questions?
Why is "Is this correct?" an off-topic question, and what should I ask instead?
Under what circumstances may I add "urgent" or other similar phrases to my question, in order to obtain faster answers?