Hi. I am taking a computer programming class (C++). I need some help on some programs. I tried going to my teacher - he was of no help and there are no tutors. I have a lot of code, but I'm having problems. I looked online for help, but they're using different methods that I don't know about. I am trying to get my programs done, but at the same time gain an understanding of what I am doing. I am totally lost. I don't have a lot of money to pay for a tutor. I was wondering if anyone knew of a site or a place I could go to get some help?

You are going to need a real sitting by your side tutor. My experience is that it is too hard to do online, too many details.

I understand that finding a tutor in person can be ideal, but there are still resources available online that can help you with your programming questions. Here are a few options that you can explore:

1. Online Programming Communities: Websites like Stack Overflow (https://stackoverflow.com/) have a vast community of programmers who are willing to help with your coding questions. You can search for questions related to your specific problem or post your own question and receive answers from experienced programmers.

2. Programming Forums: There are several programming forums where you can ask questions and get help from the community. Some popular forums include CodeGuru (https://forums.codeguru.com/) and CodeProject (https://www.codeproject.com/forums).

3. Online Tutorials and Documentation: Many programming languages, including C++, have comprehensive documentation available online. Websites like cppreference (https://en.cppreference.com/w/) provide detailed explanations of the language features and example code. Additionally, there are plenty of online tutorials and video courses available on platforms like Udemy (https://www.udemy.com/) and Coursera (https://www.coursera.org/) that can help you learn and understand C++ concepts.

4. Online Programming Courses: If you prefer a structured learning environment, you can consider enrolling in an online programming course. Websites like Khan Academy (https://www.khanacademy.org/computing/computer-programming) and Codecademy (https://www.codecademy.com/learn/learn-cpp) offer free or affordable courses that cover various programming languages, including C++.

Remember, it's important to not just copy and paste code from these resources but to actually understand the concepts behind the code. This will help you build a solid foundation and enhance your problem-solving skills in programming.