Search:

Type: Posts; User: koyboy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    34,833

    Yes :S but I want it for struct like this ...

    Yes :S but I want it for struct like this



    void example(int *vle)
    {
    .....
    struct exam{
    ......
    }x
  2. Replies
    14
    Views
    34,833

    thanks for advice but I didnt it in struct.. if I...

    thanks for advice but I didnt it in struct.. if I use int so I can do like this:



    int * number = (int *) malloc(*nos);


    is it true?? I think yes but I never do it for struct.. How can we do...
  3. Replies
    14
    Views
    34,833

    But I must get struct size from another result.....

    But I must get struct size from another result.. Cant we do this?? :S
  4. Replies
    14
    Views
    34,833

    I used it (const int) but result didnt change......

    I used it (const int) but result didnt change...

    I get this error
    1)Constant expression required
    2)Constant variable 'x' must be initialized
  5. Replies
    14
    Views
    34,833

    it isnt work! I have simple struct and I want to...

    it isnt work! I have simple struct and I want to use like this



    void example(int *vle)
    {
    .....
    struct exam{
    ......
    }x[(const)*vle]
  6. Replies
    14
    Views
    34,833

    convert int to const int

    I wrote like this but it isn't work



    (const *)example;


    example is int. how can I do this??
  7. Thread: clrscr()

    by koyboy
    Replies
    3
    Views
    2,651

    clrscr()

    I couldn't use "clrscr()" in Microsoft Visual c++ 6.0 why?? I use it successfully in Borland C++ .....
  8. Thread: is it possible?

    by koyboy
    Replies
    9
    Views
    1,345

    I write like this and thats ok... second =...

    I write like this and thats ok...



    second = (rand()%99)+1
    do{
    first = second * ((rand()%10)+1);
    }while(first>=100);
  9. Thread: is it possible?

    by koyboy
    Replies
    9
    Views
    1,345

    I know it.. but result is false..Like this:...

    I know it.. but result is false..Like this:
    1)first and second value is random (Example first:15 second:10)
    2)ask user first/second
    3)if user enter 1 its correct in programming but it isnt correct...
  10. Thread: Sleep

    by koyboy
    Replies
    3
    Views
    1,184

    Sleep

    Can we use Sleep(int) method in Borland C?? what is its library??
  11. Thread: is it possible?

    by koyboy
    Replies
    9
    Views
    1,345

    thanks for reply

    thanks for reply
  12. Thread: is it possible?

    by koyboy
    Replies
    9
    Views
    1,345

    if((first/second)!=int) is it possible?? I...

    if((first/second)!=int)


    is it possible?? I want to get result is int or not??

    because result can be float..
  13. Replies
    12
    Views
    14,927

    I tried it but I got another error.. It is ...

    I tried it but I got another error.. It is




    error C2440: 'reinterpret_cast' : cannot convert from 'const char *' to 'void *'
  14. Replies
    12
    Views
    14,927

    this is my code ...

    this is my code



    if(!WriteProcessMemory(hProcess, str, lpszDllPath.c_str(), lpszDllPath.length() + 1, 0))


    and this is my error
  15. Replies
    12
    Views
    14,927

    thanks for reply but I tried this I get error :S

    thanks for reply but I tried this I get error :S
  16. Replies
    12
    Views
    14,927

    string to LPCVOID

    can we do "string to LPCVOID" ??
  17. Replies
    6
    Views
    4,058

    you are right.. My program capture all opened...

    you are right.. My program capture all opened picture list and capture all opened sites.. Only parents can see these.. and program can blocked sites from windows' "hosts" file.. but if my program...
  18. Replies
    6
    Views
    4,058

    hide from task manager

    I am making parents defence program.. I want to hide my program fro task mnager because I want to anyone not closed my program.. How can I hide my program from task manager??
  19. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    thanks for nice explain..

    thanks for nice explain..
  20. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    I create it in visual c++ 6.0 and write first...

    I create it in visual c++ 6.0 and write first part like this :



    #under EXPORT
    #ifdef DLL
    #define EXPORT __declspec(dllexport)
    #else
    #define EXPORT __declspec(dllimport)
    #endif
  21. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    I have Microsoft Visual Studio 2008 full version...

    I have Microsoft Visual Studio 2008 full version but if I build my code in 2008 it needs framework if I build in 6.0 it doesnt need framework.. so I use 6.0 sometimes..
  22. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    yes I use Microsoft Visual c++ 6.0

    yes I use Microsoft Visual c++ 6.0
  23. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    Sory I dont understand.. Sory my english.. and...

    Sory I dont understand.. Sory my english.. and ask one more questions.. how can call or start the dll??
  24. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    I have simple program.. I wrote it in c++.. its...

    I have simple program.. I wrote it in c++.. its winapi.. can I convert it to dll??
  25. Thread: make dll

    by koyboy
    Replies
    15
    Views
    2,718

    make dll

    what is the dll?? how can I make dll in c++?? Can we do everything with dll??
Results 1 to 25 of 44
Page 1 of 2 1 2