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

Search:

Type: Posts; User: TheJollyRoger

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    2,409

    .

    dont know how to delete the thread
  2. Replies
    1
    Views
    928

    Problem with array

    Hey! I have created two shops one shop has 3 products and the other one has 5 products so I created an array for that. The thing is when I select my shop with only 3 products the last two slots get...
  3. Replies
    4
    Views
    4,377

    Re: Review, divide two integers

    Thanks. Now I've fixed that issue.
  4. Replies
    4
    Views
    4,377

    Review, divide two integers

    Problem: "Write a value-returning function called isFactor. It should take 2 integer parameters and return true if the 2nd number can be divided by the 1st number evenly (in other words, if it has no...
  5. Re: Issue with search function, and rating system

    I am new to all this, what do you mean when you say debugging? What I consider a bug is when the code isn't running, but this code works. It opens and runs on terminal.
  6. Issue with search function, and rating system

    I am having issue with the search function, when I search my database instead of getting the information saved on the database I just get 1, so how can I fix it so it shows the info of the game which...
  7. Replies
    9
    Views
    5,566

    Re: Overload function error

    I have updated the code, and now I am working on how to make the same selection multiply times.
  8. Replies
    9
    Views
    5,566

    Re: Overload function error

    When I try to add several of the same item the program only calculates it once, how can I change that?
  9. Replies
    9
    Views
    5,566

    Re: Overload function error

    I see it now, I appreciate it, thanks.
  10. Replies
    9
    Views
    5,566

    Re: Overload function error

    I see it now, thanks.
  11. Replies
    9
    Views
    5,566

    Overload function error

    Now I just have issue figuring out how to add the quantities, as in if I make the same selection more than once it only calculates one.

    //

    //Preprocessor Directives
    #include <iostream>...
  12. Replies
    2
    Views
    5,172

    Debug error when the terminal opens

    ..... Don't know how to delete this thread
  13. Replies
    2
    Views
    3,619

    Issue with c++ code

    Hey! I am having issue with my code, the calculations and cout won't come out correct. Any help is much appreciated.
    The following formula gives the distance between two points, (x1, y1) and (x2,...
  14. Replies
    2
    Views
    835

    issue with code

    Hey so this is the what I have to write the code for:
    The population of a town A is less than the population of town B. However, the population of town A is growing faster than the population of...
Results 1 to 14 of 15





Click Here to Expand Forum to Full Width

Featured