• Kurse
  • Code Compiler
  • Diskutieren
  • Preise
  • Teams
Menu

F&A Diskussionen

<typename T> vs <class T>
typename
0 Stimmen
1 Antwort
5th Feb 2019, 5:57 AM
Daniel Cooper
Daniel Cooper - avatar
In which situation template<class T> is use?
c++templates
1 Stimme
3 Antworten
31st Jan 2020, 3:31 AM
Shekhar Sharma
Shekhar Sharma - avatar
I got this problem: template<class T> Tmax<Ta,Tb,,Tc>
c++
0 Stimmen
2 Antworten
23rd Sep 2022, 7:50 PM
Oliver Pasaribu
Oliver Pasaribu - avatar
What is the scope of template life in a program?
<templateclasst>
2 Stimmen
2 Antworten
23rd Nov 2016, 3:31 AM
sadiya zainab
sadiya zainab - avatar
Drag and drop from the options below to declare a class template ''Spunky''. <class T> Spunky { public: Spunky( x) {
c++templates
-1 Stimme
2 Antworten
19th Apr 2019, 5:32 AM
Mayank Arya
Mayank Arya - avatar
what is the output of this code? template<class t> void f(t){ static int I=0; cout<<I++; } int main (){ f(1); f(1.0); f(1); }
c++
2 Stimmen
5 Antworten
26th Jul 2016, 3:05 PM
Darsh Shah
Darsh Shah - avatar
what is the output of this code? template<class t> void f(t){ static int I=0; cout<<I++; } int main (){ f(1); f(1.0); f(1); }
c++
1 Stimme
3 Antworten
24th Jul 2016, 5:22 PM
Darsh Shah
Darsh Shah - avatar
why this output is 1 ,why not 2 ? template <class T> void f(T &i){ cout<<1; } template<> void f(const int &i){ cout<<2; } int main (){ int i=8; f(i); }
c++
1 Stimme
2 Antworten
25th Aug 2016, 1:18 PM
Lekhraj Singh
Lekhraj Singh - avatar
Heute heiß
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
How to put multiple inputs in python?
1 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
Html learn
1 Votes
What to learn🤔
0 Votes
I wish Ruby back in the course list
1 Votes