Search:

Type: Posts; User: lgmbin

Search: Search took 0.00 seconds.

  1. I have a new while loop for the occasion its...

    I have a new while loop for the occasion its using my new bine. some changes I couldn't edit. out of the earlier post. but its got the ints.



    .
    00010001 17 0 00100001 33 01000100 68 A ...
  2. this little if.. just me converting some ascii to...

    this little if.. just me converting some ascii to 32/64 bit in encryption.


    if(00110010001100110011010000110101){ 01001101 00101100 01001010 00110010 01010011 00101101 01001101 01001010 }

    one...
  3. I don't have any code setup right now. I was...

    I don't have any code setup right now. I was trying to get the conversions done to see the code better. all I got is some 8bit encryption.



    dUkeNoBie CloRiteNBug FloRitEn HugeNetSin Berdino...
  4. I see what your saying in most of that. but...

    I see what your saying in most of that. but that's assuming c++ is working perfectly. it really seems like it hacked up on string char and while loop. getline is working it gets line. but impossible...
  5. its just a project I'm working on. i tried that...

    its just a project I'm working on.
    i tried that method you wrote. int in.find(ch);
    the int is still coming out incorrect in a while loop.
    i tried a couple methods. it might work out a while loop....
  6. i can show you this binary project. ascii uses...

    i can show you this binary project. ascii uses 256 bit binaries to = a character. but i strongly believe programs in 256bit should probably not be written.
    the binary clearly states 1 or 0 in ints....
  7. Hers what I got in code right now. I would love...

    Hers what I got in code right now. I would love to implement a couple while loop to get it outputting a whole file in new char.. it does convert the char. but not working in a while.
    so each I time...
  8. while loop error. string errors. converting between single chars in c++

    Hi,

    I'm getting a couple errors in c++;

    What I'm trying to do is covert some character to another character.
    for file output.

    the while loop is messing up pretty bad Microsoft is throwin...
Results 1 to 8 of 8