User profile: Regeon

User info
User name:Regeon
History
Joined:
Number of posts:3
Latest posts:

simplest struct code
It seems that you are trying to make a linked list datastructure in C. Here is little tutorial for t...

How to display numbers with decimals
Numerator or denominator or both should be float. Example: [code]#include <iostream> int main(){ ...

Adding columns TicTacToe
You really should start writing your own code instead of copying someone elses. Those three examples...