Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: H3RO
  • Order by date
  1. H3RO

    Overloading operators

    Hi all. I'm learning classes now and it seems ok to me , but the heck I just can't understand the thing named Overloading....It's so confusing to me and think there's no way I could understand without you. I would be very appriciative if you could help me through with the easyest examples for me...
  2. H3RO

    mmio....reading in a stereo wav file

    Oh thanks rdalton but for some reason I cant run it? Should I include <windows.h> too? Compiling example source code went ok, but I got 6 error linking it like : &quot;wave.obj : error LNK2001: unresolved external symbol __imp__mmioAscend@12&quot; . What is the problem? Is it ok for you running...
  3. H3RO

    mmio....reading in a stereo wav file

    You're reading mono wav files with MVC++ ? But how???
  4. H3RO

    Copying -- Moving -- and Deleting Files

    Oh no that ain't helping...what should I do? And no, my MSDN is not installed till the end or something couse when I'm searching for the info it wants me to add a different CD or something what I don't have...You're my only helpers here . What should I #include<> gednick??
  5. H3RO

    Saving txt information to the directory I want through if(of)stream

    Hi Guys!~ I'm using a litle troubles now reading txt data from one directory (ifstream) and saving it to the directory I want (ofstream). How am I supposed to read one's Tetst.txt file information and to copy it to the new file DoneTest.txt in the brand new directory which should be created...
  6. H3RO

    Copying -- Moving -- and Deleting Files

    Oh cool :) Thanks for sharing your knowledge with me gednick! btw, were you the one who was helping me with Delay funktions in VC like Sleep ones , but something was wrong with my program and you reccomanded me a book called C++ for Dummys? Anyway, you've been lots of help, couse these functions...
  7. H3RO

    using namespace std

    Wow that is great guys !!! You've all been of a big help. My lecturer haven't explained a thing on it and I'm curious as always why the heck is that routine for?!?! You guys are so smart and cool, god how I wish I could master C++ one day to know as many as most of you here. Now I understad...
  8. H3RO

    Copying -- Moving -- and Deleting Files

    Hello. How should I copy or move a file from one directory to another? What are the codes for these commands. I am new to VC so I'm in need of lots help from you guys. I'll appriciate if you could also show me how to delete files as well ~~ (p.s. what should be #included and please, example...
  9. H3RO

    using namespace std

    Hi. What's the features for &quot;using namespace std;&quot; in VC ? Thing it should be used whenever including <fstream> , but I really dunno...What does it do? What it's responsible for?
  10. H3RO

    How to Read txt data from directory I want using ifstream?

    Hi all. I'm having a little probleme reading txt information. Could someone please help me? I want for ifstream to read information from example C:\Test.txt and save it to directory D:\OkTest.txt ? Pleaaase help, this is the source I am using, correct it to the way it should be...
  11. H3RO

    Launching a program to view a text file...

    Could you give an example?

Part and Inventory Search

Back
Top