![]() |
templates specialisation
hi
i m using borlands turbo c++ ide compiler dos based i entered thw following code Code:
// template specializationmay i know what is the reason altafahmed2k4@yahoo.co.in |
Re: templates specialisation
Your code is absolutely fine as far as compilation should go but its just Turbo C3 does not support it in a manner you have written it. I think you should be doing something like template <char>.
Regarding namespace turboC3 does not support namespaces and its done in MS compilers |
Re: templates specialisation
Then is it like that
template specialisation is not possible in Borlands Turbo C++ version 3.0 if yes please direct me. |
Re: templates specialisation
Probably you cannot but I would suggest you not using the TC3 unless and until you are bound to be using that as lots of things dont work correctly in TC3
|
Re: templates specialisation
Thank u shabbir i tried using bloodshed compiler
the code is not working there too can you direct me to how i can master this compiler any specific site |
Re: templates specialisation
Mastering the compiler is not what will help you. Try using the latest compilers from GCC(on Linux Systems) or MS (on Windows)
|
| All times are GMT +5.5. The time now is 10:28. |