Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~451 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for McCo

[QUOTE=vegaseat;74347]There is another way to make a sound, quite simple, you load a wave file and play it: [php]// play a wave file sound using the winmm library // For DevCpp add the library libwinmm.a to linker via // Project/Project Options/Parameters/Add Library // remember this is a console program! #include …

Member Avatar for Ancient Dragon
0
181
Member Avatar for McCo

I need a complete help on how to use the flush() member function with ofstream, ifstream and fstream and also its use. P.S: Please provide an example for me to understand

Member Avatar for Lerner
0
119
Member Avatar for McCo

Hey guys, I just wanted to know if I can access shared documents from C++. Eg. I have created a file named A.txt in shared docs using fout.open("A.txt"); where fout is an object of ofstream. Can A.txt be accessed from another computer which is connected to each other VIA LAN. …

0
51
Member Avatar for McCo

I am trying to create a simple animation of an envelope opening up and then closing back. I want to know if there is any way by which I can have my envelope, which is designed in MS Paint, imported onto C++ program. The envelope has dimension 932 * 590 …

Member Avatar for Alex Edwards
0
100