Thread: Dynamic allocation

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    10

    Question Dynamic allocation

    I am having alittle problem understanding how to work with text files, binary files and dynamic allocation of arrays

    Can someone explain these concepts to me!
    Thanks!

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Buy a book? Read a FAQ? Search 'teh interweb'?


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Oct 2005
    Posts
    10
    I have.....I'm having problems with understanding the syntax of passing arrays as parameters to functions. I'm not asking you to do my assignment..I just need to understand this topic better in plain english I have had no problems with other c program topics....

  4. #4
    Super Moderator Harbinger's Avatar
    Join Date
    Nov 2004
    Posts
    74
    "dynamic allocation" Showing results 1 to 25 of 369
    "reading files" Showing results 1 to 25 of 500
    Go figure....

  5. #5
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    Generally the way things work on the board is a poster posts some code that is giving trouble, and then others offer help on that code. So after you do some research, make an attempt at some code, and if it still does not work, post it here.

    ~/

  6. #6
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by SARAHCPS
    I'm not asking you to do my assignment..
    That's good, because you never mentioned anything about an assignment. So it would be a bit hard to do it for you, were we so inclined. Which we're not.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. dynamic allocation from 1 instead of zero
    By cfdprogrammer in forum C Programming
    Replies: 27
    Last Post: 04-28-2009, 08:21 AM
  2. pointer to array with dynamic allocation
    By cfdprogrammer in forum C Programming
    Replies: 22
    Last Post: 04-07-2009, 09:56 AM
  3. Difference between straight and dynamic allocation?
    By darsunt in forum C++ Programming
    Replies: 10
    Last Post: 06-04-2008, 05:47 PM
  4. Dynamic memory allocation.
    By HAssan in forum C Programming
    Replies: 3
    Last Post: 09-07-2006, 05:04 PM
  5. Dynamic allocation (I thought it would crash)
    By Baaaah! in forum C Programming
    Replies: 16
    Last Post: 11-30-2005, 05:10 PM