Search:

Type: Posts; User: dirgni

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,230

    thanks a lot! to u both i fixed it now it works...

    thanks a lot! to u both i fixed it now it works thanks.
  2. Replies
    6
    Views
    1,230

    i still don't know how to do it, i know what you...

    i still don't know how to do it, i know what you mean that they have to be in different files but how do i do that?
  3. Replies
    6
    Views
    1,230

    so thats what im doing wrong! im putting it all...

    so thats what im doing wrong! im putting it all in the same program. ok im using 6.0 compiler do i use a header file for the .h and a source file for the cpp? im not sure.
  4. Replies
    6
    Views
    1,230

    question on class rectangle.h

    hellow everyone have a question hope u can help, im writing a program that has a class rectangle.h and include member functions in a file called ectangle.cpp. The problem is that aim getting an error...
  5. Replies
    6
    Views
    1,853

    strcat or strcpy?

    hi and thanks for your rsponces ,but im stock again at the nd of my progrand, waht i need to do is concanate first 2 characters of one string to another, it does it fine but i get a whole bunch of...
  6. Thread: strlen

    by dirgni
    Replies
    6
    Views
    3,629

    hi and thanks for your rsponces ,but im stock...

    hi and thanks for your rsponces ,but im stock again at the nd of my progrand, waht i need to do is concanate first 2 characters of one string to another, it does it fine but i get a whole bunch of...
  7. Thread: strlen

    by dirgni
    Replies
    6
    Views
    3,629

    thanks a lot Polymorphic OOP! that was esactly...

    thanks a lot Polymorphic OOP!

    that was esactly what i was looking for, it worked just fine,thanks again.
  8. Thread: strlen

    by dirgni
    Replies
    6
    Views
    3,629

    strlen

    hi everyone, question strlen gives me the length of a string exemple strlen tom will be three, but how do i output the character size of the array str[12]
  9. Replies
    5
    Views
    1,388

    i see, so is better if i do it all separate. ...

    i see, so is better if i do it all separate.
    thaks
    another question for anyone out there, what exactly are quality points, are there functions, or any variable? my book dosen't explain what a...
  10. Replies
    5
    Views
    1,388

    hi. yes with same argument, i posted this...

    hi. yes with same argument, i posted this before, i have to find the hypotenuse and pass 3 diferent ways,since is the same argument i guess that i have to do it all separate then right?
  11. Replies
    5
    Views
    1,388

    question on passing variables

    hellow again, question, can i pass by value, pointer and reference all in the same program, or do i have to do 3 separate programs?
  12. Replies
    3
    Views
    812

    that was fast, thanks,yes the psudo code is now...

    that was fast, thanks,yes the psudo code is now <cmath>for c++.net, i'll fallow your example
  13. Replies
    2
    Views
    2,692

    scoping visibility

    here is my code


    .

    int x = 5

    int main()
    {
    int x=3;
  14. Replies
    3
    Views
    812

    value,reference,pointer

    hi, i need some advise i have find the hypotenuse,passing three different ways,by value,pointer and reference. i know that c2=a2+b2 but i don't know how to start, any ideas will be aprreciated.
    ...
Results 1 to 14 of 14