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

Search:

Type: Posts; User: jbarrera03

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    316

    Intermediate C++ Books

    I took an Intro class to C++ and have been trying to build on it.
    Does anyone recommend any intermediate books?
  2. Re: College Lesson Trouble With Count/Sentinel Control Loops

    Would an eof() function have worked here as well?
  3. Thread: help me

    by jbarrera03
    Replies
    5
    Views
    536

    Re: help me

    Alright kool.
  4. Thread: help me

    by jbarrera03
    Replies
    5
    Views
    536

    Re: help me

    Do you have to use the sqrt() function?
    Here's a code I did a while ago, it lists prime numbers from a given range.
    It can be modified to just tell if a number is prime.
    Hope it Helps

    //...
  5. Replies
    5
    Views
    484

    Re: Sample Code Feedback.

    Ah, I knew about delete and I did forget...
    Ok OK OK , now that you brought that up.. My original goal was to create a pointer to an array, and let the program
    determine the size of the array at...
  6. Replies
    6
    Views
    859

    Re: Working with File Extensions.

    Well, thank you guys for your help. I have a better understanding on how to use findfirstfile and findfirstfilex , and got a
    crash course on support for unicode.
    Unfortunately, I think I am over...
  7. Replies
    11
    Views
    1,037

    Re: c++ employee class

    One thing I can say in respect to insults is that, I too have asked for help , on forums or on chat rooms, and the Responses are pretty
    blunt, and direct, but I've come to understand after many...
  8. Replies
    5
    Views
    484

    Sample Code Feedback.

    Alright So, this is a simple code that I came up with for passing arrays to functions and performing a
    mathematical operation on its elements.
    Since I have no reference point, I would like to get...
  9. Replies
    6
    Views
    859

    Re: Working with File Extensions.

    Correct me if I am wrong. The following line

    _tprintf(TEXT("Usage: %s [target_file]\n"), argv[0]);

    stores the target file name into the argv array?
  10. Replies
    6
    Views
    859

    Re: Working with File Extensions.

    Thank you for your feedback.
  11. Replies
    6
    Views
    859

    Working with File Extensions.

    Hello,
    I want to create a program which scans the extensions of files located within its same directory and
    arranges them in a newly created folder. I have done something similar with V.B, but I...
Results 1 to 11 of 11



HTML5 Development Center

Click Here to Expand Forum to Full Width