Closed Thread
Results 1 to 2 of 2

Thread: New programmer needs help getting started

  1. #1
    mroz is offline Newbie
    Join Date
    Jun 2007
    Posts
    1
    Rep Power
    0

    New programmer needs help getting started

    I'm trying to create a program that builds a cube from a set of coordinates (xyz). I want to use a number distribution so that every point in the cube that matches with a point in my data set is given a value of 1 and everywhere else is given a value of 0. I'm pretty new to programming and I would really appreciate any advice on how to tackle this or other resources I should check out. Thanks so much!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    jvclark's Avatar
    jvclark is offline Newbie
    Join Date
    Apr 2007
    Location
    USA
    Posts
    5
    Rep Power
    0
    You could try using a three dimentional array to store your set of coordinates. You could look at cprogramming.com as a resource.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Getting started
    By vaironl in forum C and C++
    Replies: 7
    Last Post: 04-23-2011, 06:49 PM
  2. Replies: 2
    Last Post: 08-31-2010, 05:22 AM
  3. Getting started with C
    By bbqroast in forum C and C++
    Replies: 1
    Last Post: 07-03-2010, 04:36 AM
  4. How to get started
    By pemwashi in forum C and C++
    Replies: 2
    Last Post: 03-11-2010, 10:37 AM
  5. getting started :-/
    By NCC74656 in forum General Programming
    Replies: 0
    Last Post: 02-08-2010, 04:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts