User profile: hdcpp64

User info
User name:hdcpp64
History
Joined:
Number of posts:32
Latest posts:

c++ to c
I found none. I only changed this: printf("%i ", arr[i]); to printf("%d ", arr[i]);

c++ to c
Thanks. This should be the output: 3 1 2 1 3 2 2 3 1 2 1 3 Consider N at main is 3, and now where ...

c++ to c
Don't know how to use range loop in C. Please post the full working code here.

c++ to c
Can anyone please convert this code from C++ to C OR just give me a C solution for this problem: ...

passing vector class to function
Perfect, That was the right solution! I moved Sql to the very end of header and cpp and now no-erro...