expressions

  1. Desmond

    Java 8 Officially Released

    I hope they fixed all the outstanding security bugs that have been plaguing Java for a long time. Source : Latest JDK 8 Release Notes Here are some new changes to the language : - Lambda Expressions, a new language feature, has been introduced in this release. They enable you to treat...
  2. RBX

    RegEx Syntax Highlighting in RTB [VB.net]

    There are numerous examples of Syntax Highlighting using RegEx floating over the web but all are way too length and complicated codes for someone fairly new to Vb.net. I found this code which uses Strings Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As...
  3. thetechfreak

    Abbreviations commonly used in forums.

    Commonly Abbriviations used in forums. Common expressions ASAP=As soon as possible AFAIK == As Far As I Know BTW :- By The Way DIY : Do It Yourself FAQ : Frequently Asked Questions FTW :- For the Win FYI == For your information GTFO : Get The Feck Off ISP : Internet Service Provider IIRC ==...
  4. T

    switch case in C

    hi every1.. how to implement constant expressions using switch statements in C?like we implement expressions using if statement if(a<b+c) or if((a<b)&&(b<c))........ how can we do it using switch case(rather than implementing constant or character values)?
Top Bottom