User profile: Electodemon

User info
User name:Electodemon
Email:Electodemon@yahoo.com
Statistical data
Occupation:Administrator
Skills:C
C++
History
Joined:
Number of posts:9
Latest posts:

Dice Roll prediction.
No problem, I'm new to coding ( sorta kinda eh idek ) -- I like the challenge of a new problem ( one...

Dice Roll prediction.
[code] #include <iostream> #include <ctime> using namespace std; int main() { srand(time(0)); co...

Checking Arrays
That works a lot better, but it still won't end when it is full >:( It's gotta be something to do w...

Removing duplicate elements in array
The problem I'm getting, which I assume is why it won't get rid of if, is size = size - count is for...

Checking Arrays
Close, it's the beginning of a tic-tac-toe game, just slowly building it piece by piece. I need to e...