here is a small example for you. #include<stdio.h> #include<string.h> #include<stdlib.h> struct employee{ char *name; int code;...
the program works great when you press X to close your form. I never told you anything about a command button. If you want to end your program...
check the changes and ask what you do not understand. #include <iostream> #include <time.h> using namespace std; int main() { int brian=-1; int...
the above code (isnumber function) is suitable only for atoi function to get an integer from string. for atof you need some more changes for...
isnumber function ============== check before atoi,atof the string you want to convert #include <stdio.h> #include <ctype.h> #include <string.h>...
as a start do the following ........ void DisplayCN(CN,CN,CN);//add this int main(void){ ......... insert a getchar(); after the scanf's...
this can be solved like this #include<stdio.h> #include<conio.h> int main(){ int i=0; printf("enter key a to stop running"); char a='o';...
with the file method ================== you need a form with a textbox named text1 Option Explicit Dim filename As String Dim filepath As String...
do these changes in your code ========================= ............... char ans[2]; ............. if (ans[0]=='y').... ...........
in which operation system?
with getchar you stop the execution of the program until the user press enter. certainly not what he wants. And no this is not a simple program....
first of all name your vb version for example vb6 , vb2008
where is your code so far?
i compiled your code in visual c++ 6.0, and it compiles and runs with no errors nonie azlan post your code here.maybe you changed or forgot...
and the problem is? where is your code you have written so far?
http://dwcope.freeshell.org/projects/quine/
http://www.scribd.com/doc/13597356/C-program-for-Binary-Search-Tree http://cppgm.blogspot.com/2008/06/binary-search-tree.html
try the changes below Option Explicit Dim conn As New ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rec As New...
http://www.cplusplus.happycodings.com/Algorithms/code5.html
quicksort ============== http://alienryderflex.com/quicksort/ http://www.comp.dit.ie/rlawlor/Alg_DS/sorting/quickSort.c...
Separate names with a comma.