I am not sure if it can be done, as trying A::A<float>(5) does not work either. Why exactly do you want to do this? You may be able to use the...
i think u need std::uninitialized_copy Your problem would be solve then...
Please provide me the code....
Well if you want to use extern, you could declare it global in say, the file with main. And then use the extern keyword in another file. so:...
Please refer to the following code...u will be able to undertand the mistake urself...always try to check the syntax of a function before using...
who will give '&' before the start variable?? first refer to the syntax of scanf then query....
name of the array is always a pointer...so write:- pointer=stuff
what sort of query is this??? "counts a number multiple by 2"...plz clear it...I can sense that the program is something very trivial...but still...
make ur own header file and define the fuctions urself....it can be done but since u r a beginer dnt try to think that way...
u wnt be able to judge the difference as long as u get fraction calculations of lower precision..we can say double as a long float.
If I tell u the algorithm then will u be able to implement the program?? I hope u will...let me explain the algo.. For solving such kind of...
please refer to this link in go4expert to understand the merge sort:- go4expert(dot)com/forums/showthread(dot)php?t=21294
I think you are talking about the number system conversion programs...If you want to convert a decimal number into binary number system then here...
how is it possible if it is thought from a variable point of view?? computer does not discriminate between c and e... variable can be...
It will depend upon the both...let me explain it clearly...array size depends upon the capability to index...the indexing is done with the help of...
LPCTSTR is nothing but a format string..This string must be null-terminated. The arguments to be inserted into the pszFormat string. e.g:-...
obviously you are using the pointers incorrectly...you better know that the pointers are needed to be allocated dyanamically if you use it for...
nice one...
hmmm...go4exprt is much faster than before...Nice going shabbir...
Today we will discuss about Sockets programming paradigm, elements of Sockets applications, and the Sockets API. The Sockets API allows to develop...
Separate names with a comma.