Search:

Type: Posts; User: vthokienj

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,239

    Great, thats it. Thanks a lot.

    Great, thats it. Thanks a lot.
  2. Replies
    2
    Views
    1,239

    Create .dll with Studio.NET in C++

    I am trying to export some functions that I can import from other c++ or c# code. I know this can be done without creating a .dll project. I use the __declspec(dllexport) command on the function...
  3. Replies
    3
    Views
    3,274

    thanks, this is a good idea but it just won't...

    thanks, this is a good idea but it just won't help me for what i need this function to do. the key for me is preserving the length.

    i won't know how long my float var is, lets say it is 3.1415...
  4. Replies
    3
    Views
    3,274

    convert float to string

    I have a float variable that i want to get the length of.
    I assume i must convert this to a string first but do not know how to do so. I tried using "sprintf(b,"%f",a)" but it would round off,...
Results 1 to 4 of 4