Post Reply 
 
Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TEQ Help
04-11-2012, 21:36 (This post was last modified: 04-11-2012 21:38 by G-Man.)
Post: #1
TEQ Help
TooEasyQuestions Help here. Ask whatever you want to get help on.

Some topics that may be asked about: plugins, mods, tutorials, glitches, C#, MW3, MW2, BO, BF3, forum rules, textures, other games (games of interest), etc.
Related links

[Image: rainbow%20mustache.gif]
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-11-2012, 21:41 (This post was last modified: 04-11-2012 21:42 by barata.)
Post: #2
RE: TEQ Help
CAN i haz an OMA for birthday?

Thanks Barata...

I'm brazilian, we have some problems in our country but we carry on because we believe that one day everything will be different!
Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to barata for this post:
Yamato (04-12-2012)
04-12-2012, 13:56
Post: #3
RE: TEQ Help
(04-11-2012 21:41)barata Wrote:  CAN i haz an OMA for birthday?

Thanks Barata...

Tell me your date of birth and OMA will be delivered right in time.

[Image: rainbow%20mustache.gif]
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to G-Man for this post:
Yamato (04-12-2012)
04-12-2012, 15:01
Post: #4
RE: TEQ Help
C#: Please explain lambda expressions.
Related links

[Image: azuw.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 15:31 (This post was last modified: 04-12-2012 15:32 by G-Man.)
Post: #5
RE: TEQ Help
(04-12-2012 15:01)zxz0O0 Wrote:  C#: Please explain lambda expressions.

A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types.

All lambda expressions use the lambda operator =>, which is read as "goes to". The left side of the lambda operator specifies the input parameters (if any) and the right side holds the expression or statement block. The lambda expression x => x * x is read "x goes to x times x." This expression can be assigned to a delegate type as follows:
CSHARP Code
  1. delegate int del(int i);
  2. static void Main(string[] args)
  3. {
  4. del myDelegate = x => x * x;
  5. int j = myDelegate(5); //j = 25
  6. }

To create an expression tree type:
CSHARP Code
  1. using System.Linq.Expressions;
  2.  
  3. namespace ConsoleApplication1
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. Expression<del> myET = x => x * x;
  10. }
  11. }
  12. }

[Image: rainbow%20mustache.gif]
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 15:39
Post: #6
RE: TEQ Help
Give me a list of NumVertices and PrimCounts that I could make chams with since logging them is boring as fuck.

(11-25-2012 14:44)kokole Wrote:  Scammer or not, that's why I never buy from people.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 15:41
Post: #7
RE: TEQ Help
(04-12-2012 15:39)OrangePL Wrote:  Give me a list of NumVertices and PrimCounts that I could make chams with since logging them is boring as fuck.

You get help (explanation, advice) here, but not the job done for you.

[Image: rainbow%20mustache.gif]
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 15:49
Post: #8
RE: TEQ Help
Fuu
Related links

(11-25-2012 14:44)kokole Wrote:  Scammer or not, that's why I never buy from people.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 15:54
Post: #9
RE: TEQ Help
Tongue    

[Image: rainbow%20mustache.gif]
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
04-12-2012, 16:01
Post: #10
RE: TEQ Help
How can I find MW3 GSC Files? Cool

[Image: veovuq.png]
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Media Embeding by Simple Audio Video Embeder