Thread: AES Encryption error code.

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    1

    AES Encryption error code.

    Hi guys, I got this C++ program from a website(www.hoozi.com) it mention that the program is provided to be working.

    But I got this error
    Code:
    void main()  <------this is the error
    {  
    int i;
    Error Msg: 'main' must return 'int'

    Please advise.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Execution Time - Rijandael encryption
    By gamer4life687 in forum C++ Programming
    Replies: 5
    Last Post: 09-20-2008, 09:25 PM
  2. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  3. help needed with edit control & encryption
    By willc0de4food in forum Windows Programming
    Replies: 2
    Last Post: 03-16-2006, 08:21 PM
  4. AES encryption limitation
    By willc0de4food in forum C Programming
    Replies: 2
    Last Post: 10-20-2005, 01:48 PM
  5. File Encryption & Read/Write in Binary Mode
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2001, 06:45 PM