Hi everybody! I'm a student and I just started studying vectors in c++ programming. My problem is that when my computer compile and run the program it seems like it does not reconize the function "void" telling me "process exit after 0.345 seconds with retune value 0". This is the program:
<#include <iostream>
#include <stdlib.h>
#include <stdio.h>
using namespace std;
PLEASE USE CODE TAGS (the <> formatting button) when posting code.
It makes it easier to read your code and also easier to respond to your post. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.