Search:

Type: Posts; User: Lord CyKill

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    7,694

    ok I was experiementing, and got the following...

    ok I was experiementing, and got the following working:



    Random rand = new Random();
    return rand.NextDouble; //returns a random number bw 0.0 and 1.0!

    Thanks anyway!
  2. Replies
    1
    Views
    7,694

    Random number generator between 0 and 1

    Can anyone help me to generate random number generator between 0 and 1?
  3. Replies
    5
    Views
    932

    Thanks Quantum1024! I got it.

    Thanks Quantum1024! I got it.
  4. Replies
    5
    Views
    932

    No. My program does unit testing. It is given the...

    No. My program does unit testing. It is given the address the "to be tested file" and it tests it by compiling it and running it on values the user has given to test with! I hope i am more clearer...
  5. Replies
    5
    Views
    932

    RunTime Compilation

    I am runnig an exe file and thru that i want to compile another .cpp file which is not related to it in any way! How i am going to do this? Using Visual C++ and Windows XP!
  6. Replies
    3
    Views
    930

    Preocessor MHz and RAM

    How to get processor Mhz and ram?
    Using Windows, Visual C++!
  7. Replies
    8
    Views
    1,883

    Yeah, that tutorial was excellent!But here is...

    Yeah, that tutorial was excellent!But here is another 1 comming.
    How can i compare the 2 dates/time strings?
  8. Replies
    8
    Views
    1,883

    No, I am using VC++ 6.0 and i searched in its...

    No, I am using VC++ 6.0 and i searched in its help!
  9. Replies
    8
    Views
    1,883

    I have found it msdn but the implementation they...

    I have found it msdn but the implementation they have given is very complicated!!
  10. Replies
    8
    Views
    1,883

    file's date and time stamp

    How do I get a file's date and time stamp?
    I have found the FileGetDate() function but can someone show me how to use it in a program!
    Using Visual Studio 6.0.
  11. Replies
    14
    Views
    17,875

    Thanks for all ur inputs!

    Thanks for all ur inputs!
  12. Replies
    14
    Views
    17,875

    Having done that, got the following errors: ...

    Having done that, got the following errors:

    Linking...
    EnumProcesses.obj : error LNK2001: unresolved external symbol "void __cdecl setrgb(int,int)" (?setrgb@@YAXHH@Z)
    EnumProcesses.obj : error...
  13. Replies
    14
    Views
    17,875

    OK, i have specified the include and lib folders...

    OK, i have specified the include and lib folders of the SDK, added psapi.lib to the settings, now i am getting this following error only:

    LINK : fatal error LNK1104: cannot open file "psapi.lib"...
  14. Replies
    14
    Views
    17,875

    the process is the same in VC++ 6.0 but which...

    the process is the same in VC++ 6.0 but which folder/files should i specify?
  15. Replies
    14
    Views
    17,875

    even after entering the psapi.lib, i get the...

    even after entering the psapi.lib, i get the following error message:

    fatal error C1083: Cannot open include file: 'psapi.h': No such file or directory

    I have just installed the latest SDK, but...
  16. Replies
    14
    Views
    17,875

    Os= Windows XP Compiler= Visual Studio 6.0 prog...

    Os= Windows XP
    Compiler= Visual Studio 6.0
    prog language= C++
  17. Replies
    14
    Views
    17,875

    library??

    How to link the library?
  18. Replies
    14
    Views
    17,875

    How to get psapi.h working?

    How to get psapi.h working?
  19. Replies
    4
    Views
    3,600

    Gmail Accounts for free!!

    Any one who wants a gmail account, post ur contact email!!
  20. Replies
    6
    Views
    1,049

    Should this works, let me know. add'.h' ...

    Should this works, let me know. add'.h'

    #include <iostream.h>
  21. Replies
    9
    Views
    1,136

    To output simply '\', try cout

    To output simply '\', try

    cout<<"\\";
  22. Replies
    3
    Views
    1,422

    yes! Its the same concept as screen saver. my...

    yes!
    Its the same concept as screen saver. my application should be activated when the machine is idle!
  23. Replies
    3
    Views
    1,422

    How to approach this ...

    The Problem is:
    My application monitors the cpu usage of local machine and whenever cpu usage goes below 10%, it will send the ip address to an already designated pc, lets say a server, and that...
  24. Replies
    6
    Views
    4,496

    The guidelines!!

    Well the instructor has written following in the course outline!


    Projects include but are not limited to:
    • Developing/extending intrusion detection systems
    • Developing new intrusion...
  25. Replies
    2
    Views
    3,488

    Network Security Project

    I am taking Network Securityand there is a porject which the students have to complete in 1 month time. Do u ppl can give me some idea?
Results 1 to 25 of 44
Page 1 of 2 1 2