Since 4/5/2012 6:49:24 AM, arrunix has written 8 articles and participated in 6 conversations. arrunix signature: arrunix
arrunix's articles:
Items(8) /1
output7167 (1/1/2010 3:25:07 AM) comp.lang.c++ hello
here is code from "The C++ Programming langauge" by Bjarne Stroustrup.
the code is working but not showing the output when press ctrl+c it
shows only interrupt and first input.
wht's wrong with this c... arunix
Error #33252 (12/21/2009 3:07:24 AM) comp.lang.c hello all,
i have a problem. i dont know much about "C"
i write a simple program[given below].
#include
int main()
{
printf("Hello World!!!!");
}
but after compile it shows this
gcc ex-c-1.... arunix
better code23140 (12/19/2009 7:51:57 AM) comp.lang.c++ hello all
i am here again. i write this code
how i can be better it?
Thannks in advance..
#include
void sum_function();
bool accept();
int main()
{
accept();
// sum_function();
return 0;
}... arunix
file open in C++19104 (11/22/2009 5:39:39 AM) comp.lang.c++ Hello all,
here is a code to open the file....
how can i be better in this...
#include
#include
#include
int main()
{
std :: string line;
char f_nme[20];
std :: ifstream myfile;
std ::... arunix
about new and delete11042 (9/24/2009 2:42:00 AM) comp.lang.c++ is it the right way to write the Code...... Here is mine code for using new and delete where i use get the number from the user and print them. in a order. can i do it better ? How? #include #include int main... arunix
Compilation procees of source code815 (9/15/2009 5:30:11 AM) comp.lang.c++ Wht's the prosess of complier to compile a program? here is a process that i find is it rigt? Source Code ------> Preprocessor-------> Compiler------[Assembler Code]---->Assembler-----[Object Code]----->Link ... arunix
functions #3526 (9/1/2009 5:58:28 AM) comp.lang.c++ here is mine question aout the "functions" function return a value. if we have parameterized function then we have to pass argument to the function but i was learing from a website "/www.cplusplus.com/". here ... arunix
binary_search621 (9/1/2009 5:52:11 AM) comp.lang.c++ hello dear all its mine first post here i am newbie with "C++" i am learning "C++ Algorithms" here is mine problem that i am ussing "binary_search" into the code its given me "false value" 0 boz when i gave th... arunix
arrunix's replies:
Items(5) /1
binary_search621 (9/1/2009 5:52:11 AM) comp.lang.c++ hello dear all its mine first post here i am newbie with "C++" i am learning "C++ Algorithms" here is mine problem that i am ussing "binary_search" into the code its given me "false value" 0 boz when i gave th... arrunix(14)
functions #3526 (9/1/2009 5:58:28 AM) comp.lang.c++ here is mine question aout the "functions" function return a value. if we have parameterized function then we have to pass argument to the function but i was learing from a website "/www.cplusplus.com/". here ... arrunix(14)
Compilation procees of source code815 (9/15/2009 5:30:11 AM) comp.lang.c++ Wht's the prosess of complier to compile a program? here is a process that i find is it rigt? Source Code ------> Preprocessor-------> Compiler------[Assembler Code]---->Assembler-----[Object Code]----->Link ... arrunix(14)
about new and delete11042 (9/24/2009 2:42:00 AM) comp.lang.c++ is it the right way to write the Code...... Here is mine code for using new and delete where i use get the number from the user and print them. in a order. can i do it better ? How? #include #include int main... arrunix(14)