Thread: CDMA (Code Division Multiple Access)

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    12

    CDMA (Code Division Multiple Access)

    MAY u Help
    i want to learn about coding CDMA in c++

    i did google the net

    but i could not find any good tutorials or examples

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > i did google the net
    OK, how about listing some of the sites you visited, and comment on what it is that you don't like about them?

    CDMA is heavy on the maths, so you're just not going to find handy pre-rolled snippets of code you can look at. You're going to have to step it up a level and learn to generate code from more abstract reference material.
    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. Terminal type? Access code?
    By RedZippo in forum C++ Programming
    Replies: 10
    Last Post: 03-31-2004, 09:37 AM
  2. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  3. wchar_t type
    By gustavosserra in forum C++ Programming
    Replies: 5
    Last Post: 11-02-2003, 04:49 PM
  4. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM
  5. How to Access a Function from Multiple Files?
    By Unregistered in forum C++ Programming
    Replies: 7
    Last Post: 06-08-2002, 06:24 PM