Change: start iexplore.exe... to: iexplore.exe...
You could use a rem statement perhaps. How exactly do you want it to appear; do you want it displayed on screen by the batch file or do you just...
mkshrdlynysnsewthtsntncstrctrshrsrplywthtsntncstrctrrvwlshndnrlyfrgtnspcsthr whtxctlysthrrr?
int *j=&++b; ++b in value context evaluates to b, which is an lvalue, so its address can be taken. ++*j++; Preincrement *j and postincrement j....
The site is Go4Expert, not Go4Crook. So when something illegal (like theft, which is what this is) is being discussed, it should be pointed out...
Oh, and maybe: switch(homdcount){ case 1: homd=25; break; case 2: homd=50; break; case 3: homd=75; break; case 4:...
Well done! Programming is all about making tools that make our lives easier. This takes me right back to the first useful program I wrote; my...
Because i++ evaluates to a number, not a variable. You can't do ++i++ or &i++ for the same reason you can't do ++5 or &5; neither make sense.
Not necessarily. The word after "struct" is the name of the struct, so struct foo { ... }; defines a structure called foo. You can declare...
> please check if i am right Well, does it do what you expect? If not, what does it do wrong? Where do things start going wrong? > I know there...
Perhaps you could start by explaining what "Garneted lifetime in wireless senior network" means; this makes no sense to me at all. Do you know...
We don't do homework, sorry. We'll help you learn though. How far have you got with your programs? Can you see what needs doing in terms of what...
what makes me laugh (as a creationist) is when there are reports about human footprints being found, but because of the geological time column...
prerna_2712, you need to split the code into multiple source files (actually you should have started doing that a long time before you got to 9000...
It's the exact opposite, cast to a long and shift left: unsigned char RR=0x5a, GG=0, BB=0x60; unsigned long RGBval = ((unsigned long)RR)<<16 |...
The time() function is what you need.
xpi0t0s has reported a post. Reason:Maybe this would make sense if I had the right font installed... Post: îñòîðîæíî ìîøåííèê!!!!!! Forum:...
Which motherboard do you have?
To learn about Windows programming rather than MS-DOS programming the Programming Windows books by Petzold are the best place to start.
It's undefined behaviour because you're modifying a constant. It's up to the compiler of course, but one way to implement consts is as a typed...
Separate names with a comma.