How do I get answers to programming questions?

How do I get answers to programming questions?

10 Sites to Solve All Your Programming Related Questions

  1. StackOverflow.
  2. Quora.
  3. Reddit.
  4. StackExchange.
  5. CodeProject.
  6. Google Groups.
  7. CodeRanch.
  8. Programmers Heaven.

How do I ask for program help?

How to Ask for Programming Help

  1. Try something first. There’s a whole domain name dedicated to this by now.
  2. Narrow down the problem… Once you’ve given some thought to the issue, try to narrow down exactly what you need to ask help about.
  3. … but provide enough detail.
  4. Don’t be lazy.
  5. Be patient.

Why do programmers insist that C is widely used beyond programming?

When programmers insist that a language such as C is widely used beyond system programming it really is an admission they have not done their job, or their techniques such as C are insufficient to do that job, or that they even don’t understand that IS their job.

READ ALSO:   Which state in India has most entrepreneurs?

Is cheating acceptable in programming?

Cheating in programming is acceptable. If you are stuck in your code, google it or try to find the answer from other resources. It’s a smart way to learn from each other. Getting stuck in programming is quite normal for all the developers.

Where can I find good resources to learn programming in C++?

C++ for discussions and news about C++ or programming in C++. GameDev, a haven for game aspirants and active game developers, where they discuss game engines, programming hitches. AndroidDev, a popular community that hosts news, tutorials and other helpful information about Android app development, and more..

Why is C considered a bad programming language?

So C exposes details that should not be exposed. The excuse is that this is bare-metal programming and that a programmer should understand the machine to be able to program.