CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: camycent.solutions

Search: Search took 0.03 seconds.

  1. Replies
    27
    Views
    6,550

    Re: Encrypt/Decrypt Problem

    You can apply this code

    const char *filePath = "c:\\image001.jpg";

    // Get file size which must be encrypted
    long originalSize = GetFileSize(filePath);

    // Make this size...
  2. Replies
    1
    Views
    772

    Quary about the code in java

    Can anyone help me to print the series which will ask the user to enter the number of term and print?

    100

    99,98

    97,96,95

    94,93,92,91
  3. Replies
    5
    Views
    2,243

    Re: small help with java

    Can anyone help me to print the series which will ask the user to enter the number of term and print?

    100

    99,98

    97,96,95

    94,93,92,91
  4. Replies
    19
    Views
    15,564

    Re: Crash Reading & Writing More Files

    I think it is a compiler problem.If your compiler is ok then you can try this code

    // cin with strings
    #include <iostream>
    #include <string>
    using namespace std;

    int main ()
    {
    string...
  5. Re: ListView with CheckBox Alignment Problem

    You should uninstall the program editor and then re install.I think in this way you will be able to resolve the issue.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured