User profile: Ingvvy

User info
User name:Ingvvy
History
Joined:
Number of posts:5
Latest posts:

Console Input
I want to make this work: [code]#include "stdafx.h" #include <iostream> using namespace std; int m...

Loading a Function that is Before a Function
Alright, thanks!

Loading a Function that is Before a Function
What I want to do is make this work: [code] #include "stdafx.h" #include <stdio.h> #include <stdlib...

If statement
Fixed it! Forgot to put double "=" to if statements. *sigh* I'm such a noob...

If statement
Hello, First thing you should know: I am an almost total beginner in C++, as I already had trouble ...