User profile: lmsmi1

User info
User name:lmsmi1
Name:Mike
Bio:Started out with batch five years ago, and got bored. Now coding C++.
History
Joined:
Number of posts:156
Latest posts:

Sorting Names With Commas From File
I'm not very experienced in file I/O in either C or C++, but if the names are in the same format in ...

Need help getting started with arrays
That C code should work, but for conversion to C++ just change [code]printf()[/code] to [code]cout[/...

Need help getting started with arrays
[code]#include <stdio.h> int searchArray(int arr[], int target) { // Array element specifier int ...

Multiple Definitions
I've come up with a sample code that works great with SFML 2.1, but when I add a string of text, spe...

Implementing the Numerical System
Yay295: Done.