Thread: C++ coding help

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    1

    C++ coding help

    Hi
    folks

    i need help for following program , please help how to begin about with this coding.

    cheers
    Aby

    Program in C/C++ to generate a network of 100 nodes in an area of dimensions 400m x 400m with random node positions.
    Each node will act as a Wireless node with directional antenna (Rd= 75 meters) of beamwidth of 45 degrees.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Location
    Canada
    Posts
    1,243
    post your code (any big or small attempts), any compiler error/warning messages, what the code is actually doing, and what you want the code to do. no one will help or just give you the answer without you giving the slightest effort yourself (after all, it is your homework).

    also, in addition to adding the above information, some context about the problem would be good too. ie, whats a node? how do we set it to be in a "random position"? how do we set the antenna angle? etc. are these all simply fields of some "node" class?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 03-20-2009, 05:22 PM
  2. Coding Guideline ....!!
    By imfeelingfortun in forum Tech Board
    Replies: 8
    Last Post: 10-08-2006, 07:09 AM
  3. Before Coding
    By cyberCLoWn in forum C++ Programming
    Replies: 16
    Last Post: 12-15-2003, 02:26 AM
  4. Coding Contest....
    By Koshare in forum A Brief History of Cprogramming.com
    Replies: 46
    Last Post: 10-14-2001, 04:32 PM