User profile: histrungalot

User info
User name:histrungalot
History
Joined:
Number of posts:271
Latest posts:

Spectrogram Waterfall
I want to make a spectrogram waterfall. The question I have is what would be the best graphics libra...

files and streams project
Your class [code]Employee[/code] has a C++ string which is is a pointer to a structure that holds yo...

C++ Input data from file, specific format
@JLBorges - Looking at the code I see you use an explicit consturtor, is it nessarry and where in th...

GAME PROBLEM - TIC TAC TOE
[code]case 2 : tralse_A = 'n'; // Set value to 'n' so while loop check return false //tralse_B = 0;...

tic tac toe problem
You need to reset the board between games. [code]void resetBoard(){ for (int i(0); i < 10; i++) ...

This user does not accept Private Messages

User: histrungalot

  • Public profile