Thread: polyphase extern sort in c++

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    630

    polyphase extern sort in c++

    Hello

    I have implement polyphase extern sort with c++ and I have no idea where to start. I know a little about merge extern sort (the basics) and I've been wondering if there are any c++ equivalent functions to fwrite/fread/.. ?

    Does anyone have any experience with this - any help - tips/hints would be highly appreciated since there isnt a lot of available documentation about that on internet.

    Many thanks in advance!

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You can just use fwrite/fread in C++. Or you can open an fstream in binary mode and use its read/write methods.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Straight Insertion Sort function problem
    By StaticKyle in forum C++ Programming
    Replies: 6
    Last Post: 05-12-2008, 04:03 AM
  2. extern classes
    By Swordsman in forum C++ Programming
    Replies: 1
    Last Post: 05-07-2008, 02:07 AM
  3. Replies: 16
    Last Post: 10-29-2006, 05:04 AM
  4. threaded merge sort
    By AusTex in forum Linux Programming
    Replies: 4
    Last Post: 05-04-2005, 04:03 AM
  5. extern symbols, what do these mean exactly?
    By Shadow12345 in forum C++ Programming
    Replies: 8
    Last Post: 11-02-2002, 03:14 PM