C vs C++
1
Name:
Anonymous
2012-08-11 23:19
2
Name:
Anonymous
2012-08-11 23:30
Heaven or Hell
3
Name:
Anonymous
2012-08-11 23:41
template <bool Condition, typename TrueResult, typename FalseResult>
class if_;
template <typename TrueResult, typename FalseResult>
struct if_<true, TrueResult, FalseResult>
{
typedef TrueResult result;
};
template <typename TrueResult, typename FalseResult>
struct if_<false, TrueResult, FalseResult>
{
typedef FalseResult result;
};
int main()
{
typename if_<true, int, void*>::result number(3);
typename if_<false, int, void*>::result pointer(&number);
typedef typename if_<(sizeof(void *) > sizeof(uint32_t)), uint64_t, uint32_t>::result
integral_ptr_t;
integral_ptr_t converted_pointer = reinterpret_cast<integral_ptr_t>(pointer);
}
VALID SEPPLES
4
Name:
Anonymous
2012-08-12 14:36
std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,
std::basic_string<char, std::char_traits<char>, std::allocator<char> >,
std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> >
>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > > >
5
Name:
Anonymous
2012-08-12 23:08
Any sufficiently large C project will contain a half-assed, slow implementation of core C++ features.
6
Name:
Anonymous
2012-08-12 23:36
>>5
Not true. Any sufficiently large and properly written C project will contain a stream-lined, optimized implementation of non-OOP C++ features.
OOP is cancer.
7
Name:
Anonymous
2012-08-12 23:40
C vs C++ == Dumb vs Dumber
8
Name:
Anonymous
2012-08-13 0:15
9
Name:
Anonymous
2012-08-13 2:27
>>8
Oh yeah, it's logical programming, everyone knows that !
10
Name:
Anonymous
2012-08-13 2:30
>>9
Retourne sur Underfoule, « pédéraste »
!!
11
Name:
Anonymous
2012-08-13 2:51
12
Name:
Anonymous
2012-08-13 2:54
13
Name:
Anonymous
2012-08-13 5:40
>>10
>implying that I go on this shithole.
14
Name:
Anonymous
2012-08-21 11:13
``Diamond inheritance problem'' in C++ makes it look like you have inherited some diamonds and have a minor misunderstanding with IRS about that. But in reality when you have DIP you have inherited a dumpster full of organic waste and creeping worms
15
Name:
Anonymous
2012-08-21 11:27
C/C++
16
Name:
Anonymous
2012-08-21 19:50
>>10
I don't see any post on this thread that mentions the words
implying that I go on this shithole
You should refrain from quoting non-existent text, ``please".
17
Name:
Anonymous
2012-08-23 2:07
>>5
Not true if you're writing systems code that needn't use the STL or exceptions. Stop whining and type them vtables.
18
Name:
Anonymous
2012-08-23 4:14
If it ain't Lisp, it's crap. And C is relevant only in embedded systems and kernel programming.
19
Name:
Anonymous
2012-08-23 7:24
>>15
I wonder, if I start using "Java/JavaScript" in the same way, can I make some poor bugger have a stroke?
20
Name:
Anonymous
2012-08-23 8:53
>>19
At least it's better than PHP/MySQL. Not saying much though.
21
Name:
Anonymous
2012-08-23 9:24
C is like C++ for retards.
22
Name:
Anonymous
2012-08-23 9:27
javashit is like yellow chunky burning diarrhea for scat fetishists
23
Name:
Anonymous
2012-08-23 10:26
>>20
What about GNU/Linux, while we are at it?
24
Name:
Anonymous
2012-08-23 10:40
>>22
oh anon-kun you talk so dirty sometimes. you're post made my clit a little bit hard :3
25
Name:
Anonymous
2012-08-23 12:05
>>24
you're spelling made me lost my boner.
26
Name:
Anonymous
2012-08-23 15:57
>>24
blow my cock with
YOUR ANUS
27
Name:
Anonymous
2012-08-23 16:05
28
Name:
Anonymous
2012-08-23 16:51
>>26
only if you ravage it hard while im dressed as a cute little slut :3
29
Name:
Anonymous
2012-08-23 16:55
>>28
oh god i am so hard right now, when i think in the future there will probably be a virtual reality where we are all anime bitches, and I get to be a little slut and there are actually people who would enjoy raping me! It would be sooo good!
30
Name:
Anonymous
2012-08-23 19:19
>>28
that sounds a bit alright
>>29
today there are lots of people who would enjoy raping anything
you included
Newer Posts