User profile: unkn00wn

User info
User name:unkn00wn
History
Joined:
Number of posts:68
Latest posts:

Can some one convert this VB code to VC++
i need them in C++/CLI ,and thanks for helping through, i nearly completed my quest. When i'll compl...

How to fix bug in file writing operation
[code] #include <fstream> #include <limits> #include<iostream> #include<string.h> using namespa...

Reading from 10 input files?
to_string(i) converts numerical value 'i' to string. This function is added to <string> under C++11....

Reading from 10 input files?
Assuming your files are in some order, you can use a loop with following opening parameters [code] ...

Reading from 10 input files?
before writing your code please use [ c o d e ] tag w/o spaces and while ending code use [ / c o d e...