Since 4/5/2012 7:02:33 AM, tom.t.2090800 has written 7 articles and participated in 5 conversations. tom.t.2090800 signature: tom.t.2090800
tom.t.2090800's articles:
Items(7) /1
exception #6123 (10/18/2011 1:21:07 PM) comp.lang.c++ hello i have written this code ,but it has a problem ; it says that i have an division by zero int m=3 ,n=2 ; int r =1 ; while(r =! 0) { r = m%n; m=n ; n=r ; } ... ramtin
float #32129 (10/17/2011 7:40:40 PM) comp.lang.c++ hi all , #include "stdafx.h" #include using namespace System; int main(array ^args) { float d = 4 / 3 ; printf("%f",d); return 0; } when you run this ,it will be 1 in d ,but it should be 1.3333 in it ... ramtin
file #4339 (6/8/2011 8:02:08 AM) comp.lang.c hi every body; i want to learn how to impliment an endex file in c or c++ [ [console app ] ] does anybody have any small codes to undrestanding it . i found some on the net but it didn't work. . . do not ... ramtin
file problem #2621 (6/6/2011 1:05:43 PM) comp.lang.c++ hi every body; i want to learn how to impliment an endex file in c or c++ [in viual c+ + [console app ] ] does anybody have any small codes to undrestanding it . i found some on the net but it didn't work... ramtin
c++ code336 (6/1/2011 9:20:31 AM) comp.lang.c++ hello; is anybody knows waht does " void Print (ostream &) const; " do ? and it doesn't work in visual c++ ,plz help me . . . thanks ... ramtin
class in cprograming ??????528 (4/13/2011 6:50:57 AM) comp.lang.c hi all, i want to implement a class and inheritance in c programing , i couldent fined enogh notes a bout that on the internet , if you have text for learning that pls send it for me thanks ... ramtin
intrrupt8139 (1/13/2011 8:33:22 AM) comp.lang.asm.x86 hi all . is any one have 0x13 intrrupt handler proc code or any idia
about that . it counts the number of intrrupts .
i really need it
... ramtin
tom.t.2090800's replies:
Items(3) /1
file problem #2621 (6/6/2011 1:05:43 PM) comp.lang.c++ hi every body; i want to learn how to impliment an endex file in c or c++ [in viual c+ + [console app ] ] does anybody have any small codes to undrestanding it . i found some on the net but it didn't work... tom.t.2090800(12)
file #4339 (6/8/2011 8:02:08 AM) comp.lang.c hi every body; i want to learn how to impliment an endex file in c or c++ [ [console app ] ] does anybody have any small codes to undrestanding it . i found some on the net but it didn't work. . . do not ... tom.t.2090800(12)
float #32129 (10/17/2011 7:40:40 PM) comp.lang.c++ hi all , #include "stdafx.h" #include using namespace System; int main(array ^args) { float d = 4 / 3 ; printf("%f",d); return 0; } when you run this ,it will be 1 in d ,but it should be 1.3333 in it ... tom.t.2090800(12)