Search:

Type: Posts; User: allen9190

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,471

    C++ Outputting into a PDF file

    Hi,
    I need to output the results from my program into a pdf file, but I'm not sure how. Are there any easy to use libraries to do this ? And could you post step by step on how to use the library ?...
  2. Replies
    1
    Views
    1,068

    New to Visual Studios, help plz

    Hi,
    I've been only using Visual C++ 2008 just for the color-coded syntax and alignment features. I want to move on to Visual Studio 2008 or 2010 and learn how to use it with C++ and C#, but I'm not...
  3. Replies
    2
    Views
    990

    Question about C++ knowledge for job

    Hi,
    I'm currently a 2nd year computer science student and currently taking c++. I am planning on getting an internship hopefully this summer and was wondering how much of a programming language do...
  4. Replies
    3
    Views
    3,980

    Thanks alot! I'm not that great with the modulus...

    Thanks alot! I'm not that great with the modulus operator, so it wasn't apparent to me how to reverse the effects. So for a general formula, do u just subtract/add the number you originally applied...
  5. Replies
    3
    Views
    3,980

    Help with simple decryption program plz!

    Hi, I'm working on an assignment that says write a program that encrypts a 4-digit integer and and another program that decrypts it.
    I'm having trouble writing the decrypt program because I don't...
  6. Replies
    3
    Views
    1,922

    Help with if statement program plz

    Hi,
    I'm having difficulty writing a c program that asks the user to input 4 integers and it find the smallest and largest integer. I can only use 4 "if" statements to complete the program. I know...
  7. Replies
    1
    Views
    1,689

    Debugging strings program help plz

    Hi, I'm having some problems with this program. The program is suppose to ask for an input sentence and print the order of the words in reverse. The program complies, but crashes...not sure why. ...
Results 1 to 7 of 7