1. 251.
    +1
    http://imgim.com/132125102552be2943_cfake.jpg http://imgim.com/134537437015ef7a10_cfake.jpg http://imgim.com/1278266213d9668335_cfake.jpg http://imgim.com/5903incim3900579.jpg http://imgim.com/1304893921a34d1cf6_cfake.jpg http://imgim.com/1273002412c27ba1a1_cfake.jpg http://imgim.com/12719845600c5ad037_cfake.jpg http://imgim.com/1271613374ed072790_cfake.jpg http://imgim.com/12681893967f46cf62_cfake.jpg http://imgim.com/127019951081e2217c_cfake.jpg http://imgim.com/126818939749cf005f_cfake.jpeg http://imgim.com/1266544845102d8af9_cfake.jpg
    ···
  2. 252.
    +1
    http://imgim.com/132125102552be2943_cfake.jpg http://imgim.com/134537437015ef7a10_cfake.jpg http://imgim.com/1278266213d9668335_cfake.jpg http://imgim.com/5903incim3900579.jpg http://imgim.com/1304893921a34d1cf6_cfake.jpg http://imgim.com/1273002412c27ba1a1_cfake.jpg http://imgim.com/12719845600c5ad037_cfake.jpg http://imgim.com/1271613374ed072790_cfake.jpg http://imgim.com/12681893967f46cf62_cfake.jpg http://imgim.com/127019951081e2217c_cfake.jpg http://imgim.com/126818939749cf005f_cfake.jpeg http://imgim.com/1266544845102d8af9_cfake.jpg
    ···
  3. 253.
    0
    iş imkanları nasıl panpa
    ···
  4. 254.
    0
    @23 1gb = 1024 mb mal
    ···
  5. 255.
    0
    tam olarak ne iş yapar bu bilg. mühendisleri ?
    ···
  6. 256.
    0
    c diliyle dört senedir sevişiyorum
    ···
  7. 257.
    0
    int top = 0, carpim = 1;
    int a = Convert. ToInt32(TextBox1.Text);
    for (int i = 1; i <= a; i++)
    {
    if (i % 2 == 0)
    {
    carpim = carpim * i;
    }
    else
    {
    top = top + i;
    }
    }
    Label1.Text = Convert. ToString(top);
    Label2.Text = Convert. ToString(carpim);

    int a, b, ort;
    a = Convert. ToInt32(TextBox1.Text);
    b = Convert. ToInt32(TextBox2.Text);
    ort = (a * 40) / 100 + (b * 60) / 100;
    if (ort >= 50)
    {
    Label3.Text = "Geçtiniz";
    }
    else
    {
    Label3.Text = "Kaldınız";
    }
    ···
  8. 258.
    0
    bilgisayarını gibiyim
    Tüm dünyanın Annasını gibiyim
    ···
  9. 259.
    0
    @1 bölümün hademesi amk köyüne dönmüş mühendisçilik oynuyo
    ···
  10. 260.
    0
    #include <comutil.h>
    BSTR ANSItoBSTR(const char* input)
    {
    BSTR result = NULL;
    int lenA = lstrlenA(input);
    int lenW = ::MultiByteToWideChar(CP_ACP, 0, input, lenA, NULL, 0);
    if (lenW > 0)
    {
    result = ::SysAllocStringLen(0, lenW);
    ::MultiByteToWideChar(CP_ACP, 0, input, lenA, result, lenW);
    }
    return result;
    }

    BSTR GetSomeText(char* szInputText)
    {
    return ANSItoBSTR(szInputText);
    }

    ---
    [DllImport("MyDll.dll", CallingConvention=CallingConvention. Cdecl)]
    [return: MarshalAs(UnmanagedType. BStr)]
    private static extern string GetSomeText(string strInput);
    ---

    ilk kodu c++'ta yazdim. c#'a import edince istedigim gibi malloc yapamiyorum. sorun nedir panpa?
    ···
  11. 261.
    0
    babanın elini en son ne zaman öptün ulan? (önemli olan okumak değil adam olmak panpa)
    ···
  12. 262.
    0
    ben mouse kayboldu nerdedir
    ···
  13. 263.
    0
    format atmayı öğrendinmi lan haha
    ···
  14. 264.
    0
    mühendis ne demek lan bin
    ···
  15. 265.
    0
    Şuan bilgisayardan yazıyorum mause nerde ag
    ···
  16. 266.
    0
    bilgisayarami tapiyosunuz?
    ···