Hi friends i wrote a C program for solving Poisson equation over a square plate.Where we have to define the grid size.i have defined several 2-d...
1, a pointer (here "pointer") points to a data stream to a file is located. 2, A variable (in this case "m)", then how many numbers there are....
I had a situation in a C program, which contained hundreds of calls to "fprintf (stdout, ...", where I needed to flush stdout immediately after...
Could i replace delete[] with a macro operation?
As a part of the project I'm working on multiple .ps files need be generated. Note the following: outputForGallery( int k) { std::string s;...
Hi, I saw the following code in linux kernel 2.6.20's code (arch/sparc/ lib/ atomic32.c #L17). spinlock_t...
int main() { int k; union jatin{ int i :5; char j :2; }; union jatin rajpal; k= sizeof(rajpal); printf("%d",k); return 0;...
hi, Using CC65 compiler.. code: while(1) { if ( url_ready_flag == 0 ) { *(url_host) = 0; url_ready(url_host, url_page); if...
can anyone give me a clue On this C programming solution. I am not getting an out put. sin(x) = x - x3/3! + x5/5! - x7/7!.... #include...
any body can help me to change text colour? i am completly dizzy if you can help me!please reply the source code!i hope for it!
I am a beginner.The following code in Microsoft Visual C++ 6.0 IDE gives out an error. It compiles with no errors and no warnings. Then makes...
I would like to make a program that would allow the user to make music based on various inputs, including numbers. All my serching of the help...
Hi All, Is there a routine to find a substring in a String? I would like to have a routine that can be used in this way: String* S;...
I have problem with my program....it always say cc++/socket.h cannot be found. What is the difference between "socket.h" and "cc++/socket.h"?? and...
I am working in C and I wanna connect my app in C with MySql. Is there a app library to use with C to connect for mysql? I had the library for...
If i have a class: class Rational{ .. .. Rational operator+(Rational &rat); friend Rational operator+(Rational rat1, Rational rat2); ......
I ever thought int is the simplest type, indeed it is much more complicated that what I imagined.... Please help me with following code....
#include<stdio.h> #include<conio.h> int x=40; int main() { int x=20; printf("%d\n",x); return(0); }
Hi! I'm running on Fedora 7 not Windows! How to run C or C++ in linux? :(
Separate names with a comma.