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

Search:

Type: Posts; User: itguy310

Search: Search took 0.04 seconds.

  1. Re: From pointers and references; which one is more efficient in terms of memory usag

    thanks but what is difference in terms of memory? Detail please.................?
  2. From pointers and references; which one is more efficient in terms of memory usage?”

    Hello,

    From pointers and references; which one is more efficient in terms of memory usage?
  3. Replies
    7
    Views
    1,563

    Re: I need ur help.plz check it

    thx for rply..

    no i want to write coding for this program..can anybody write this for me ?
  4. Replies
    7
    Views
    1,563

    I need ur help.plz check it

    Im new to C++ and do not have strong skill over programming.....i nee your help to make coding of following statement.

    can anybody program this for me ? because i know here are very good...
  5. Replies
    5
    Views
    800

    Re: Please check my code....??

    thanks....let me try with for loop...........
  6. Replies
    5
    Views
    800

    Re: Please check my code....??

    thanks richard but i want to do this by If else only..... can code it by if else ?
  7. Replies
    5
    Views
    800

    Please check my code....??

    #include <iostream.h>
    int main()
    {
    int grade;
    cout<<"Please enter obtained marks: ";
    cin>>grade;
    if (grade >= 90)
    cout<<"Your Grade is: 'A'\n";
    else if (grade >=80)
    ...
  8. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    thnks laserlight, Its done..!
  9. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    Yes i have done it and my problem is solved. Thank you so much laserlight and Paul.

    I combine both code of yours and now i am getting the exact output that i want...thanks again. You guys really...
  10. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    sorry if i am bothering you, i am trying to do that but cant until i get the proper guide from you professional guys it really helping me a lot.
  11. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    thanks for reply laserlight. Please see my above discription in detail...waiting.thanks
  12. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    thanks Paul for your detail.....sorry if i am asking it by writing wrong wordings. May be the code i did above is wrong because as i told you i am very new to c++, that's why may be i could not...
  13. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    Thank you so much laserlight,

    yes your code is really well indented, i appricaite your help.........yes it is sorting out the unsorted string entered by the user..but i want to do this by...
  14. Re: Plz help to Sort String Values in Ascending Order by declaring arrays

    like these errors i get when i compile n run it.

    invalid conversion from `char' to `char*'
    initializing argument 1 of `std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT,...
  15. Plz help to Sort String Values in Ascending Order by declaring arrays

    Hello,

    I am new to C++ and have so interest in this programing....im trying to Sort String Values in Ascending Order by declaring arrays...

    Actually i want to get input form the user of five...
  16. Re: How to ctreate an array of objects that contain character strings

    Hello leonida,

    i got what you trying to ask and you coded very well....actually i am also new to c++ and working on it.

    You want input from the user of five words then sort them into ascending...
Results 1 to 16 of 18





Click Here to Expand Forum to Full Width

Featured