Search:

Type: Posts; User: hammari

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    24,681

    Thank you all! My problem is a specific one. We...

    Thank you all! My problem is a specific one. We are developing a new embedded system using tools that only support C/C++ for the moment (research project). I have found a tool from Tangible Software...
  2. Thank you, Elysia. Indeed, I need a main....

    Thank you, Elysia. Indeed, I need a main. Probably, my C# example didn't have that, and therefore it got converted wrong. I will check it now.
  3. Problems with running code converted from C#.

    Hi!

    I have used Tangible Software Soultion's tool to translate a C# code to C++, which resulted in:


    //Welcome.h

    #include <iostream>
    using namespace std;
  4. Replies
    8
    Views
    24,681

    C# to C++ conversion?

    Hi!
    I am wondering if there exist any good tool for conversion from C# to C++?
    ~Elena
  5. Replies
    4
    Views
    22,400

    Hurray! It worked!!! I just didn't put %lf on...

    Hurray! It worked!!! I just didn't put %lf on fscanf(), only on printf(), and when I did, it started to work! Thank you a lot, Tux0r!!!
  6. Replies
    4
    Views
    22,400

    Thank you Tux0r! I followed your advice and tried...

    Thank you Tux0r! I followed your advice and tried an array of size 1 and %lf, but it still prints out 0.000000. It is very strange.
  7. Replies
    4
    Views
    22,400

    Reading from file and printing double data

    Hi!

    I am new to C and try to make a program that reads a segment of data from a file and prints it to the screen. When I declare the array that stores the data read from file as float, it works...
Results 1 to 7 of 7