1>------ Build started: Project: helloworld, Configuration: Debug Win32 ------
1> helloworld.cpp
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(7): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(7): warning C4627: '#include <iostream>': skipped when looking for precompiled header use
1> Add directive to 'StdAfx.h' or rebuild precompiled header
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(13): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source?
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
None. C++ is the one to learn. If you understand that, everything else will be easy. So many languages derive from C/C++ in so many aspects that it is practically the root language of all the popular modern languages. On the other hand, C++ is so sprawling that even MS doesn't use the whole thing. They use a "rational" subset of the total language. Unless you intend to be a language lawyer, you won't need the whole thing, either. I've never bothered with the Standard Template Library, which didn't show up until after I had moved on from the language. What a beast. You can do lots of things with it, but to really know it is probably not worth the effort.
So, what is boudin? If that's what's in the picture, it looks like a sausage made with rice (unless those things are moving, in which case I don't want to know).
So, what is boudin? If that's what's in the picture, it looks like a sausage made with rice (unless those things are moving, in which case I don't want to know).
It's pork, rice, spices stuffed in pig intestine. It's really good. I generally eat it with crackers to get over the texture of the intestine(rubbery).
1>------ Build started: Project: helloworld, Configuration: Debug Win32 ------
1> helloworld.cpp
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(7): warning C4067: unexpected tokens following preprocessor directive - expected a newline
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(7): warning C4627: '#include <iostream>': skipped when looking for precompiled header use
1> Add directive to 'StdAfx.h' or rebuild precompiled header
1>c:\users\pc1\documents\visual studio 2010\projects\helloworld\helloworld\helloworld.cpp(13): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "StdAfx.h"' to your source?
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Change your top - add at least the StdAfx.h
Code:
#include "stdafx.h"
#include <cmath>
// ****************************************** This is needed for wcout - should be removed
#include <iostream>
using namespace std;
*** Read the sticky in the DB forum about how to get your question answered quickly!! ***
Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".
It's pork, rice, spices stuffed in pig intestine. It's really good. I generally eat it with crackers to get over the texture of the intestine(rubbery).
You should be able to peel it, though that might be considered gauche. Sausage casing is always something you don't want to think about. The spices make a sausage. The rest could be finely ground garbage from the local landfill and it would still go down well.
C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter
There's just no reason to use garbage like InputBox. - jmcilhinney
The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber
C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter
There's just no reason to use garbage like InputBox. - jmcilhinney
The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber
Yeah, but I'm surprised to see who is getting ahead. I just assumed that Wittis would eventually post so much that nobody could keep up. That would be in character. Yet, the dude seems to have wandered off.
That rep list is probably pretty nearly static for the top dozen, or so.
A long time back, the reps/post count list showed only 12 per page for me. Something changed, at some point, with some kind of software upgrade, but there once was a CC thread about being in the page X club. X wasn't 1, either, so it wasn't a club for the top dozen, but for some group further down. I don't think I was even close, at the time (this was probably back in 2003 or 2004). Now I'd be in the page 1 club, though that club has now become much less exclusive (I see about 30 people on page 1, rather than just 12). I never thought that I'd end up this way.