I was operating on Pop-ups,I felt need of feature like java.
In Java when we have display Message we can easily concatenate variable with message string by using '+' sign.
Ex.
In LabWindows,when do message pop up,
{
int var = 3;
MessagePopup("Message count","Message No : "+var);
}
such a feature should be there.otherwise we do some string operation then Display message like " Message No : 3".
So it increases string operations and string operations gives problem in memory management.
So at least In API's such '+' sign for concatenation of string with variables should be available.
Even if it is C language supported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.