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

Search:

Type: Posts; User: jbarrera03

Search: Search took 0.02 seconds.

  1. Thread: Gui

    by jbarrera03
    Replies
    1
    Views
    5,937

    Gui

    Is it possible to develop a web based user interface in C++? Or should that be left to PHP?

    Thank You.
  2. Thread: C++ gui

    by jbarrera03
    Replies
    5
    Views
    6,928

    Re: C++ gui

    From what Google popped up, it seems MFC is frowned upon by several developers. Accusing the Library of "code bloating " and other , more harsh criticism (Maybe it's just cause it's a MS...
  3. Thread: C++ gui

    by jbarrera03
    Replies
    5
    Views
    6,928

    C++ gui

    Hello,
    I'm developing a GUI using C++. What tool do you recommend using, i've heard the name Qt being thrown around.

    (To elaborate: I plan to develop a POS , and I am pretty familiar with C++ ,...
  4. Replies
    9
    Views
    2,302

    Re: Further Reading

    Thanks a lot for all the feedback, I am leaning towards diving into the C++ STD Library book.
    Seems like the next step.
  5. Replies
    9
    Views
    2,302

    Re: Further Reading

    Wow, very thorough reply. Thank you very very much.
  6. Replies
    9
    Views
    2,302

    Further Reading

    Ok, so I've just finished reinforcing my basics by reading C++ Primer Plus, also have taken a few
    introductory courses ( which frankly,were a bit lacking) and Now I want to further enhance my...
  7. Replies
    2
    Views
    1,212

    Intermediate C++ Books

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

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

    by jbarrera03
    Replies
    5
    Views
    1,526

    Re: help me

    Alright kool.
  10. Thread: help me

    by jbarrera03
    Replies
    5
    Views
    1,526

    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

    //...
  11. Replies
    5
    Views
    1,827

    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...
  12. Replies
    6
    Views
    3,006

    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...
  13. Replies
    11
    Views
    4,022

    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...
  14. Replies
    5
    Views
    1,827

    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...
  15. Replies
    6
    Views
    3,006

    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?
  16. Replies
    6
    Views
    3,006

    Re: Working with File Extensions.

    Thank you for your feedback.
  17. Replies
    6
    Views
    3,006

    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 17 of 18





Click Here to Expand Forum to Full Width

Featured