Thread: NEW C programmer...I'm stuck!!!!!

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    1

    Unhappy NEW C programmer...I'm stuck!!!!!

    brief outline:
    my assignment is to build a simple simple c program
    type a message in
    it runs an algorithm
    which encrypts and then runs another algorithm which decrypts it
    algorithms are provided...

    anywayz
    problem is this

    u need to run a 2d array
    and the algorithm is this
    new = (target -32 + key)%95+32
    it changes to ascii or sumfin?

    i've got stuff like
    toascii
    ischar
    but i cant collaborate it and pass it to make it all work together... any hints
    or give me asimple template???

    email me if u can !!!
    thank you sooooo much!!!!!

    ambu

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    115
    show us what you have done so we can help you solve your problem
    there are only 10 people in the world, those who know binary and those who dont

  3. #3
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    This sounds familiar. Would this or this be useful?
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What game programmer should I be? need some advice.
    By m3rk in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-20-2009, 11:12 PM
  2. Replies: 6
    Last Post: 10-23-2006, 07:22 PM
  3. stuck and getting tired of being so...
    By escarrina in forum C Programming
    Replies: 10
    Last Post: 03-29-2004, 12:07 PM
  4. Me as a programmer?
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-31-2002, 06:19 PM
  5. I need to interview professional programmer.....please
    By incognito in forum C++ Programming
    Replies: 1
    Last Post: 01-05-2002, 02:46 PM