Search:

Type: Posts; User: DimensionX

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    7,405

    Shifting characters

    Hi,

    I've made a little .c file, the idea is that it takes the length of a password and shifts each character in a message by that number for example if character = a then it will be converted to...
  2. Replies
    5
    Views
    1,735

    Thank you both very much, it's working perfectly!...

    Thank you both very much, it's working perfectly! :D

    really appreciate all the help you've both given me.

    thanks again.
  3. Replies
    5
    Views
    1,735

    File read in problem

    Hi,

    I've made a function that reads in a file by first determining the file size and then reading in the contents, unfortunately for some reason when the contents are read in, additional unwanted...
  4. Thanks, I've changed the code to the following: ...

    Thanks, I've changed the code to the following:



    it works perfectly now, thank you for the quick reply : )
  5. Conditional if based on command line arguments problem

    Hi,

    I'm trying to make a program that reads in the command line arguments and depending on what is entered sets mode to either encrypt or decrypt, the problem is it's only doing what is in the...
  6. How do you access information from win32_operatingsystem class?

    Hi,

    I'm trying to access information from the win32_operatingsystem class using C++ I've looked at Win32_operatingsystem class on msdn but I don't understand how i would access the information and...
  7. Replies
    3
    Views
    3,801

    I'm targeting windows operating systems

    I'm targeting windows operating systems
  8. Replies
    3
    Views
    3,801

    Getting system information

    Hi,

    I'm trying to find out how to get information from sysinfo or wininfo32.exe using C, after searching for a long while I only seem to find downloadable products.

    I'm trying to create a...
  9. hi again, well...the eventual idea is that on...

    hi again,

    well...the eventual idea is that on save every character will be switched with something else (preset in code) i.e.

    a = 10
    b = 110
    c = 1110
    d = 11110

    and so on...
  10. newbie question about storing large blocks of text.

    Hi,

    ok, i would like to make a simple text editor in which the user can enter large blocks of text, save and load, how would i go about starting this sort of thing?

    any help would be...
Results 1 to 10 of 10