Search:

Type: Posts; User: kspen

Search: Search took 0.01 seconds.

  1. Thread: MAC Timestamp

    by kspen
    Replies
    3
    Views
    2,103

    MAC Timestamp

    Hello,
    im trying to create an application that it will get the MAC timestamp from a packet, like in wireshark. Unfortunately i haven't found anything yet that it will allow me to acquire the MAC...
  2. I made some changes to the RETCODE variable and...

    I made some changes to the RETCODE variable and it worked. But it had a problem and it wasnt able to insert the proper characters of a string variable. After i added '.c_str()', everything was just...
  3. the str variable it is a string. ex. string...

    the str variable it is a string. ex. string str="hello";
  4. string variable in C++ to be used qith odbc sql insert

    Hello everyone,
    im trying to use an sql insert into a C++ application but unfortunately i cant input the values of the string variables to the tables!
    below is an example of my insert statement,...
  5. Thread: get nanoseconds

    by kspen
    Replies
    7
    Views
    5,752

    thank you for your answers guys!

    thank you for your answers guys!
  6. Thread: get nanoseconds

    by kspen
    Replies
    7
    Views
    5,752

    get nanoseconds

    Hello everyone.
    Im trying to make an application that it would be able to calculate the time of the execution in nanoseconds.
    After using google for a while i found a lot of suggestions which most...
  7. Replies
    9
    Views
    3,667

    I cant use string and i have already clean the...

    I cant use string and i have already clean the code, can you please provide me an answer to my problem?
  8. Replies
    9
    Views
    3,667

    thank you for your answer, but i really dont get...

    thank you for your answer, but i really dont get it!
    how im going to initialize the array of objects using the values from the cin and the non default constructor?
    as i create the array of objects...
  9. Replies
    9
    Views
    3,667

    #include #include...

    #include<iostream>
    #include<cstring>
    #include<cstdlib>
    #include <sstream>

    using namespace std;


    class Station{
  10. Replies
    9
    Views
    3,667

    Constructors and array of object in C++

    Hello, im trying to create an application in C++. In the application i have the default constructor and another constructor with 3 arguments. The user is providing from the keyboard an integer that...
  11. Thread: Registry keys

    by kspen
    Replies
    3
    Views
    1,735

    well by hide i mean make it invincible to the...

    well by hide i mean make it invincible to the user, for example when the user use regedit or another similar command or tool to be unable to find the registry entry that i have hide
    By the way,i...
  12. Thread: Registry keys

    by kspen
    Replies
    3
    Views
    1,735

    Registry keys

    Hello everybody, can you please tell me if it is possible to hide a registry key entry using plain ansi c/c++, without using at all the winddk?
    Thank you in advance
Results 1 to 12 of 12