how to integrate C or C++ program in Visual basic?
How can we integrate some .c or .cpp file in UI made using VB.
for example i made an identical UI using VB of 'minesweeper' the in-famous game!
now i want to use my C program to generate 10 random mines and numbers according to mines in UI of minesweeper i made
say 1st block of my minesweeper UI is array[0][0] according to my C program and if my C program assigns '2' array[0][0] then that mine on clicking must give '2'
how do i integrate my C program and UI build from VB?
for example i made an identical UI using VB of 'minesweeper' the in-famous game!
now i want to use my C program to generate 10 random mines and numbers according to mines in UI of minesweeper i made
say 1st block of my minesweeper UI is array[0][0] according to my C program and if my C program assigns '2' array[0][0] then that mine on clicking must give '2'
how do i integrate my C program and UI build from VB?
0