Thread: Palindrome Program using Memory mapping

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    1

    Palindrome Program using Memory mapping

    I've redone my Palindrome program to try and meet my online instructor's specs. The only requirements are that the palindrome program use a stack and xfer the palindrome from the input memory map file to output memory map file. In my classes, I can't recall doing memory mapped files. Or maybe I just forgot. What is memmory mapped file and is there a certain way to incorporate that into my program that, I might add, already works?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    That would be your palindrome program posted here?
    http://cboard.cprogramming.com/showthread.php?p=398957

    But it already calls CreateFileMapping etc, so what's the problem here, if as you say, it works.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Program to write to memory map addresses
    By modest in forum C Programming
    Replies: 15
    Last Post: 06-03-2008, 03:20 PM
  3. Pointer's
    By xlordt in forum C Programming
    Replies: 13
    Last Post: 10-14-2003, 02:15 PM
  4. how to get memory address applied in other program?
    By wu7up in forum C Programming
    Replies: 1
    Last Post: 03-01-2003, 01:44 AM
  5. Is it necessary to write a specific memory manager ?
    By Morglum in forum Game Programming
    Replies: 18
    Last Post: 07-01-2002, 01:41 PM