- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Born in Cambridge, England.
- Interests
- Computer
- PC Specs
- Windows XP ProIntel 486 433 MHZ448 MB
9 Posted Topics
Re: The Code button Does not work? | |
Hello: I have just down loaded a help library for vc2010 C++ it took two days to download. I compiled a CPUID program from Microsoft. 08/25/2015 03:40 AM <DIR> . 08/25/2015 03:40 AM <DIR> .. 08/25/2015 03:35 AM <DIR> CPUID 08/25/2015 03:41 AM 26,759,168 CPUID.sdf 08/25/2015 03:33 AM 887 CPUID.sln … | |
Re: Move Clrscr() to between cin and switch and drop all the other clrscr() at case 1: thru case 4: and default:. You are always Clrscr() anyway so why use the case at all for this? This also saves some typing? | |
Hi Everbody: To get rid of specific warning in 2008 vc++ or 2005 vc++ 1>c:\documents and settings\user\my documents\visual studio 2008\projects\gmt\gmt\gmt.cpp(25) : warning C4996: '_gmtime64': This function or variable may be unsafe. Consider using _gmtime64_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> c:\program files\microsoft visual studio … | |
Thursday, January 17, 2013 6:18 AM Hello EveryBody It took a few emails to Davey to get in but we made if after we cleared the cache dumped the recycle bin. Which also lost the daniweb address thank god for google. PS thank you davey | |
Hi All: I have downloaded C++ 2005 Express from Microsoft. I then run a date + time program, the compiler says the functions I am using are deprecated, and I should use localtime_s. So You go to Microsoft, search for localtime_s. You throw the example code into your compiler. Bingo … | |
Re: I would personally Do a Search of your C Drive or the Drive where you Keep your C compiler and look for the LIB file. If it's not there see if you Down Load it from Microsoft. F:\Program Files\Microsoft Visual Studio 8\vc\bin> Mine is on my F drive because my … | |
Re: [quote=sadsack;248312]Hello, I just downloaded express C++ 2005 ed. and I can't get even a simple code snippets to compile. this is just a loop, the compiler does not compiles (cout) this is what I get: error C2065: 'cout' : undeclared identifier Thank YOU:cry: renny [code]#include "stdafx.h" int _tmain(int argc, _TCHAR* … | |
[COLOR=black]Hi ALL:[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]It was a hot day Here in Waterloo, Ontario.[/COLOR] [COLOR=#000000]But it was a windy day. 32°C @ 5PM EST [/COLOR] [COLOR=#000000]I like to program in C++ and Assembler.[/COLOR] [COLOR=#000000]Have just discovered USB Flash Drives[Data Keys,[/COLOR] [COLOR=#000000]Super Sticks]. Am trying to make my Flash drive[/COLOR] [COLOR=#000000]bootable. Not much … |