Hi!

Hey guys I need some help, I'm new with programing and some line off codes are pretty confusing for me. Like this:
mail_adress = name. at(0) + Surname +....
What at(0) supose to mean???
name should be a container (vector or deque) and .at(0) is the value at position 0 in that container
in this page : http://www.cplusplus.com/reference/stl/vector/at.html you should find a full explanation
Last edited on
If you're new to programming, i would recommend to start with the beginning. Dont confuse yourself with complicated lines of code, using features where you havent even heard of.

The tutorial on this site is a good place to start.
Ok,I got it now! Thanks guys! This site is amazing!!!!
Topic archived. No new replies allowed.