|
|
Search
You searched for the word(s):
Showing page 1 of 255 (2,541 total posts)
< 1 second(s)
-
Well, it sure looks like it's been abandoned. This Lourens guy hasn't been seen in a year or so either.
Just a bit of an update here. I've been away from the boards for a while for, as they say, ''personal reasons'', as well as because I really had to focus on getting my MSc degree.
I have this nice big piece of paper now that says ''MSc ...
-
Quoting: ApocAh yes, ok. If you said that in Dutch, it would only mean people from 1998. (I think...unssure about my first language? )I'd say it's somewhat ambiguous, in both languages .
-
Has the first post ever on the boards been saved somewhere?
-
std::search() returns an iterator (something that points to something in a container, in this case, the std::string is considered a container storing characters) pointing to the first character of the first match.
If it doesn't find anything, it returns an iterator pointing past the end (last character) of the input. That same iterator can be ...
-
I think I remember this being discussed before, but the ''Has this already been asked?'' button won't help me. At any rate, it's probably been a while, and with a lot of information about the next generation of consoles available I thought it would be interesting to talk about this again.
The next generation of consoles is going to outperform ...
-
Is it really a problem to have a double post, if the two posts are far away in time? For example, I don't think the following would be a problem:
----
post 1: I really think X!
----
post 2, a day later: I just read an interesting article, and it convinced me that it's actually Y, because...
----
What we want to avoid is
----
post1: I ...
-
Quoting: e8newallmok makes sense, but doing it for loads of questiong will take ages, how can i get the chatbot to search a string created using std::string for keywords?
The most C++'y way to do this is to use the standard algorithm std::search. Here is how to use it:[code]
#include
#include
#include
#include
#include
int ...
-
I've heard of Anthrax before, but I've never heard their music I think. Anyway, my point was that Metallica are a lot more famous in the mainstream than Anthrax (I don't think Anthrax were ever on MTV Legends for example) and that it's funny that you describe the more famous of the two in more words than the less famous.
Oh, I forgot to mention ...
-
I love how you spend three sentences explaining what Metallica is, and then blindly assume everyone knows Anthrax .
Anyway, I like Noel Gallagher's songs (and Oasis) as well, Be Here Now probably being my favourite Oasis album. But picking a single favourite? How do you compare Gert and Sarah Bettens (K's Choice) to Dream Theater to Youssou ...
-
So now instead of being lazy and hanging about on the couch playing computer games you can be even lazier and hang about on the couch watching people play computer games.
It boggles the mind. Seriously. We already have a whole generation of teenagers who do nothing but walk on the street playing with their mobile phones, wearing designer clothes
1 ...
|
|