Hi, I have a condition and the requirement should be, a condition variable to a different type to cast depending. Since I do not want to write...
in a two's complement system the range of unsigned char between 0 to 255 < no negative number> the rannge of signed from -128 to 127...
Hi everybody! Does anybody know why Borland C++ 5.5 reports errors at line: CreateWindow ("button", "One", WS_CHILD| WS_VISIBLE|...
The second one I think will beep after every letter then write the whole word. The first one I think the output will be 55, 4489 and 90 (but I'm...
For the first program, the output might be : a= 55. b= maybe 0 or 67 or 670. c= 90.
Well the output is 5 since the macro expansion will be as follows: 2+1*1+2
main() { int i=-3 ; j=2 ; k=0 ; m; m = ++i && ++j || ++k; printf ("\n%d%d%d%d",i,j,k,m); } could any one say me the answer? Say me as...
in a .h header file i want to declare a var as extern struct mytype a[200]; after I include the header file in a dot c file and define...
I write a small program. char *foo(void); char *a = "I like C"; int main(void) { if((strcmp(a,foo())) { printf("\n i like c"); } }...
You can also try it;
No Such Luck wrote: I had a situation in a C program, which contained hundreds of calls to "fprintf (stdout, ...", where I needed to flush...
This could also done. A void * argument will accept a pointer to any data type. However, it could just as easily be passed a char[] or an...
Quote: Is it possible to create a function which will take any number of structures as an argument? For example, what if I wanted depending on...
Think of what happens when there's more charaters in the input buffer than you allowed for in your string buffer. You're better off using...
Hello, WHen i restart my computer, i get an error message saying that "VirusRemoval.vbs" missing. How can i remove this one. Thank you.
FULLY FUNCTIONAL CODE: Code: using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq;...
Well gender is global string that I initalized at beginning of program(last line of my first post). I could have just passed it but it was just as...
First of all this is my first post. I have only been in C++ for 6 months since my school has opened up the class. anyways I have been tried what I...
its really tough one for me as a beginner! :(
//Just modified your code a bit, try this and see what happens, just // set the + or - for your 3^ 5^ or 7^: 'Clean up the code after you see...
Separate names with a comma.