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

Search:

Type: Posts; User: mejiac3

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    860

    function template

    Write a function template contains that accepts an array of the parameterized type, the number of elements in the array (an integer), and a value of the parameterized type, and returns true if the...
  2. Replies
    2
    Views
    904

    [RESOLVED] Help writing code.

    value Write a function, contains, that accepts an array of integers, the number of elements in the array and an integer value, and returns a boolean value indicating whether the value appears as an...
  3. Replies
    0
    Views
    1,605

    [RESOLVED] Constructor

    Assume the existence of a Phone class with a constructor that accepts two parameters: a string for the phone number followed by a boolean representing whether the phone provides added-value services....
  4. Replies
    8
    Views
    8,317

    Re: Help with building a code....

    thanks for the input but this isn't done on visual studio, the program is compile using myprogramminglab.com where we dont have to include the header files and main int()
  5. Replies
    8
    Views
    8,317

    Help with building a code....

    i have this problem:



    Write a fragment of code that reads in a header value from the standard input and then reads in that many integers (also from standard input) and prints their sum to...
  6. Re: You don't seem to be initializing the amount data member properly.

    facepalm on me....wow i seriously thought i initialize amount in the constructor but that was just capacity. thank you when i did this i was half asleep it seems, thanks again.
  7. You don't seem to be initializing the amount data member properly.

    I need help I cant find why amount is not initializing properly, here is the problem:

    Write the implementation (.cpp file) of the GasTank class of the previous exercise. The full specification...
  8. Replies
    4
    Views
    9,458

    invalid conversion from 'int*' to 'int'

    can you guys help fix this error plz

    Im using myprogramming lab,
    the problem is this:
    The variables arr1 and arr2 have been declared as pointers to integers. An array of 10 elements has been...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured