Re: What is the point of programming?
Posted: Sat Jan 09, 2010 10:01 am
Good for you I'd recommend that you try using notepad rather than word. it can be found in your acessories folder and alows you to save your code as .txt files which can themselves be compiled and the formatting won't get messed up .by The Great on Sat Jan 09, 2010 2:11 am
ChrissyJ91 wrote:
I'd recommend you stick with it, C++ is a complicated language and it'll take a long time to learn but it'll be worth it. This forum is full of people who are willing to help you with any problems you may have. The way I see it you have already put a couple of months towards learning why throw away a couple of months worth of learning? Keep at it and you will make progress. I think you'd benefit from reading the book all the way through and then reading it through a second time taking time to learn the parts that you find difficult to understand. If you find something hard then the internet is a good resource; research topics and then break technical stuff down so that its understandable. I think that learning anything is an investment; you are putting time towards learning something so that you can reap the rewards later. I'd encourage you to stick with it completely as you may regret it completely in the future. Have you considered learning a game orientated language such as blitzplus or a programming language that is less complex for a beginner such as vb? you may find that you are able to make more progress with one of these languages and you can then return to C++ with a few games under your belt and a better understanding of programming in general. At the end of the day I think that the only reason you aren't enjoying it is because you don't know enough to do anything with it, you should find ways to keep yourself motivated and keep at it.
If you want to do something more 'artistic' then there are all sorts of different things you can consider e.g. 2d pixel art, 3d modelling, texturing etc. as with programming there are people on this forum who can assist you with anything you have difficulty with and the internet is a good resource you just need to go looking for the information you need.
Good Luck
Quite a motivating response .
I feel I've always had more of a technical inclination than an artistic.
It's not the difficulty of it, but just how I feel when I put in work to learn the language and I haven't made much yet I guess...
I'm off to learn references, whether I like it or not, because I'm hoping that the inspired-feeling good times I have with programming will outweigh the unmotivated bad times.
Edit: Does anyone know of any way to copy source code into Word without the formatting getting messed up?