Search:

Type: Posts; User: ingenting

Search: Search took 0.00 seconds.

  1. Thread: PictureBox

    by ingenting
    Replies
    2
    Views
    1,500

    PictureBox

    Hi,

    The thing I want to achive is having, lets say, 10 picture boxes displayed on a panel. When I click on one picture box, the image will change so... If I create a for-loop that creates the...
  2. Replies
    8
    Views
    3,683

    public vs get, set

    Hello,

    I'm coding some C# and cant really get the difference between public and the properties get, set. In me world the two things is kinda the same but my guess is that I have missed something...
  3. Replies
    4
    Views
    3,962

    Aha, ok tyvm guys!

    Aha, ok tyvm guys!
  4. Replies
    4
    Views
    3,962

    Measure algorithm speed

    Hi,

    Well as the headline says... How do u really measure an algorithms speed in c++?
  5. Thread: Help with F#

    by ingenting
    Replies
    3
    Views
    1,387

    TYVM for help!

    TYVM for help!
  6. Thread: Help with F#

    by ingenting
    Replies
    3
    Views
    1,387

    Help with F#

    Hello,

    Im just starting a class about F# in school and was wondering if i can use microsoft express to start, like a F# project or file? I have seen on the www that you can do it with visual...
  7. Replies
    4
    Views
    1,472

    Allright, now it works! Tyvm!

    Allright, now it works! Tyvm!
  8. Replies
    4
    Views
    1,472

    I just dont get it

    Hello every one!

    Ok, im studying for a exam and having some problem with understandig one thing.


    class Date
    {
    private static int[] daysInMonth =
    new int[13] { 0, 31, 28,...
  9. Replies
    2
    Views
    1,552

    old and new bubblesort?

    Does anyone know where to find code examples of the original (old) form of bubble sort and the new improved one?
  10. Those macros seems nice! Tyvm for help guys!

    Those macros seems nice!

    Tyvm for help guys!
  11. bha hahah yes OFC!!!! tyvm for help hehe!

    bha hahah yes OFC!!!!

    tyvm for help hehe!
  12. tired of typing same line over and over again....

    Hello!

    I am using the lines:

    printf("\n\n");
    system("cls");
    system("pause");

    alot when im coding me school projects and i was wondering if its possible to make like alias to those...
  13. Replies
    5
    Views
    1,351

    OFC LOL sometimes me noobish glow just shines...

    OFC LOL sometimes me noobish glow just shines hehehe

    ty for quick reply.
  14. Replies
    5
    Views
    1,351

    Salem my man, tyvm for ya help!!!! Now the...

    Salem my man, tyvm for ya help!!!!

    Now the program works as it should. One question tho...... about the size of buff[] in ya code.

    If i want to use a macro as size for an array[] i usual do it...
  15. Replies
    5
    Views
    1,351

    User pressing int or char....

    Hi all!

    Well im kinda noobish at the c-programming language, not a full blown reatard tho. Lets say that i wanna write a simple program that wants to calculate the value of x in function:

    y =...
Results 1 to 15 of 15