Search:

Type: Posts; User: ABitLazy

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. -But , if you open view->explore solutions...

    -But , if you open view->explore solutions
    -then in the c:\where your project files are\
    put .h an .c files ...
    -then thru explore solutions,click on the include folder with the right mouse and...
  2. Replies
    2
    Views
    1,532

    yes but...

    It doesn't give any error!
    No sound ...that's it!
    And I don't know why.
  3. Replies
    1
    Views
    1,034

    This is a MFC beginner prog. but ...

    ...I supposed that cursors would have to change by timer "pulses"...but don't! why?
    please take a look to the attachment ....thanx for any help!
  4. Replies
    2
    Views
    1,532

    hi,sound example

    I used unmanaged code in a c# form project but the sound function doesn't work ! wWhy?
    take a look to the attachment
  5. why it doesn't update the client if i cover the window and uncover.zip

    take a look at the attachment plese,help me thank you!
  6. why it doesn't stretch exactly the window's client content try minimize 150 per 150

    view the attachment,thanx.
  7. Replies
    32
    Views
    4,508

    ahahah

    ahahah
  8. Replies
    32
    Views
    4,508

    arrogant

    arrogant
  9. Replies
    32
    Views
    4,508

    and so?

    and so?
  10. Replies
    32
    Views
    4,508

    Persons like this? ok ! Definitely you're a I...

    Persons like this?
    ok !
    Definitely you're a I am sillyI am sillyI am sillyI am sillyI am silly that's all !
    "verge ....etc..." ahahah
    ok! Do it!
    I am sillyI am sillyI am sillyI am silly you I am...
  11. Replies
    32
    Views
    4,508

    Ok ,it is female. thanx ...noone says she isn't...

    Ok ,it is female.
    thanx ...noone says she isn't a good c++/c coder...but she's arrogant and unfair. that's all...bad attitude...
    but....female often have it!
    ok..patiance.
  12. Replies
    32
    Views
    4,508

    And I really write better you do -no Passable at...

    And I really write better you do -no Passable at all-...if someone follow pre posted messages can understand everything very well...becouse a book to be understood requires to be read since the...
  13. Replies
    32
    Views
    4,508

    The fact you can understand exactly what i write...

    The fact you can understand exactly what i write prove my gammar and writing is pretty good !
    And one more think....the way you pesent yourself to me ..shows me that you are a person that doesn't...
  14. Replies
    32
    Views
    4,508

    thank quzak,I'll think about it!

    thank quzak,I'll think about it!
  15. Replies
    32
    Views
    4,508

    Well i don't know if someone felt offended...

    Well i don't know if someone felt offended ...sure i didn't want to do that...I thank all people responded to me and I understood my c++ code understanding mistake...
    Thanx Prelude...if you think to...
  16. Replies
    32
    Views
    4,508

    troll ??? why do you offend me? i didn't...

    troll
    ???
    why do you offend me?
    i didn't offend nobody ....behave the same way...
  17. Replies
    32
    Views
    4,508

    ok is passed by referance but now i need a...

    ok is passed by referance
    but now
    i need a function that keep in count the fact that
    the array passed can change...
    ...in dimnesions!
  18. Replies
    32
    Views
    4,508

    Well ok,it's right...but how do I solve this?...

    Well
    ok,it's right...but how do I solve this?
    a[may chage][may chage]

    f(b[must thake in count that change][must take in count that change]);
    ????
  19. Replies
    32
    Views
    4,508

    undefinedundefinedundefined there 's a local copy

    undefinedundefinedundefined
    there 's a local copy
  20. Replies
    32
    Views
    4,508

    no ! In your wxample there's no local copy but a...

    no !
    In your wxample there's no local copy but a reference char array passing ...so the two printfs will output different results!
    But
    int a[2][3];
    void f(int b[2][3]);

    main()
    {
    f(a);...
  21. Replies
    32
    Views
    4,508

    and array aren't passed by referance.At least...

    and array aren't passed by referance.At least that you specifically specify that.
    Infact you shouldent define a prototipe so:
    f(int b[4][4]);
    int a[4][4];
    to pass an array.. infact
    int a[4];...
  22. Replies
    32
    Views
    4,508

    no need something more fine working

    However your solution again doesent perform a by referance passing to the function but performs a copy of the passed array to the local array to the function and if the array passed ad declared in...
  23. Replies
    32
    Views
    4,508

    are you kidding?

    well not at all...do you think I'm stupid?
    Can you understand what I wrote?
    Sure It's not possible to pass different bidimesiona arrays with to a function defined f(ina a[2][3]) becouse c++ perform...
  24. Replies
    32
    Views
    4,508

    No becouse the method must work for general...

    No
    becouse the method must work for general dimension bidimensional arrays for example:
    int a[100][203]
    this array rappresent an image data for example and referance rewuired to make things...
  25. Replies
    32
    Views
    4,508

    i'M CONFORTABLE WITH ARRAYS BUT...passing a duble...

    i'M CONFORTABLE WITH ARRAYS BUT...passing a duble array by referance at a function isn't a easy task that's all ,infact...all people respond me with performing a local copy...but this makes computing...
Results 1 to 25 of 29
Page 1 of 2 1 2