User: emcege

  • Public profile

User profile: emcege

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

How to make bool and void in board??
printf("%d %d\n", setw(3), board[x][y]); Should be right for printing two ints. setw(3) appears to...

Can anyone help me figure out how to write this program?
I dont have a compiler handy. But based on http://www.cplusplus.com/doc/tutorial/files/ to handle ...

To mark both smallest and largest element
This could also be done in real time as the input is coming in, to optimize the program. Alos, ke...

Can anyone help me figure out how to write this program?
Wouldn't the grades just be single letters? Can you assume the [u]class[/u] would not be a single le...

translate c++ to c codes
And of course change your libraries to the correct c libraries. #include<stdio.h> Hello World ...

This user does not accept Private Messages