I want learn english

Messages
60
Tings
280
All is in the title ( sorry...i juste want learn lol ) :) Where i can learn the english language ? Thx all :D
 
You know, some English-speaking members use translators to post in French, and let me tell you that the results are not really as good as they could be :P . Moreover, you don't need to think a lot to use a translator, so I don't think it is possible to make good progress :roll:
 
Yes, including me. I posted a bit in the french forums, but it was all screwed up. ^^
 
Hunch uses the good method -_-
He sent me a MP as it :
I am listenning Simple Plan = FALSE, I am listenning to Simple Plan = RIGHT. Thank you :P
So now I can't repeat this mistake! :o :lol:
But if my teacher wrote as it :
Code:
#include "stdio.h"
#include "stdlib.h"
int main(void)
{
long haveYou = 0;
printf("The good sence is : ...\n");
printf("Have you understand?");
printf("Choice 1. I have understand!\n");
printf("Choice 2. No, sorry but I am so stupid -_-\n\n");
printf("Enter your choice : ");
scanf("%ld", &haveYou);
switch (haveYou)
{
case 1:
printf("Thank you! I'll give you Rayman!");
break;
case 2:
printf("After that, shut the fuck up -_-");
break;
default:
printf("It is not funny, you are so stupid -_-");
break;
}

getchar ();

return EXIT_SUCCESS;
}
I think I will be extremly happy! It should be as it, it could be very great. :( But my dreams are not the reality -_-
 
neo said:
Yes, including me. I posted a bit in the french forums, but it was all screwed up. ^^
It was indeed a bit difficult to understand you, but French is more difficult than English, so it wouldn't be easy to explain all the grammar, and make you understand your mistakes :? . On top of that, French isn't so popular ^^.
 
I have ESOL, because I'm spanish, and I suck at english. Anyways, we had a girl come from Quebec, and it was her first day. My friend, Ivan, was currently in French III, so he decided to impress her. :P

So, they started talking. Questions like, "Where are you from?" and "How old are you?"

But.... When she answered his third question.... She blew him away. And I can tell, then, he went back to his seat and everybody was laughing at him. And then I though, he takes French III! OMG. French must be hard to learn, and I only have one year of HighSchool Left. :shock:
 
I made a few topics. ^^ Nothing much, and I posted one saying that since the English forums were inactive, I'd just use a translator (BabelFish) to talk in the ACTIVE french boards. ^^
 
Back
Top