I already know some java. I'm currently up to interfaces and annonomous classes on my course and I've done some stuff on GUIs even though I'm still figuring some things out. Anyway, it seems like a lot of jobs in programming need C++ and I also wanted to convert a program I made in java to C++ so I could make it an exe. With java, I'm used to being able to look up the classes, methods, packages etc on pages like this (
http://java.sun.com/j2se/1.4.2/docs/...ng/String.html). I was wondering if there's similar web pages for C++ on an official website or something. (I already ran a search and the closest I've found is Cprogramming.com) I have a book on some of the major differences between C++ and java, but it doesn't say how to compile or what classes there for GUIs or what packages they're in.