User profile: Joren

User info
User name:Joren
Email:jorendumoulin@gmail.com
Name:Joren Dumoulin
History
Joined:
Number of posts:4
Latest posts:

Entering Data into a 2d Array.
First of all, it's pretty useless to declare the array as [code] int my2dArray[rows][columns] = {0...

out_of_range error
Thank you so much for the fast answer! I've been struggling with this for days, and now finally I c...

Problem with Input failure
This is one way to fix your problem: [code]#include <iostream> using namespace std; int main() { i...

out_of_range error
hi everyone, I'm a beginner in SFML, but have some experience with c++. when i was writing a sim...