Courses
Log in
Start Learning AI
Courses
Log in
Start Learning AI
Q&A Discussions
Search
Search
Ask a question
Ask a question
<typename T> vs <class T>
typename
0 Votes
1 Answer
5th Feb 2019, 5:57 AM
Daniel Cooper
In which situation template<class T> is use?
c++
templates
1 Vote
3 Answers
31st Jan 2020, 3:31 AM
Shekhar Sharma
I got this problem: template<class T> Tmax<Ta,Tb,,Tc>
c++
0 Votes
2 Answers
23rd Sep 2022, 7:50 PM
Oliver Pasaribu
What is the scope of template life in a program?
<template
class
t>
2 Votes
2 Answers
23rd Nov 2016, 3:31 AM
sadiya zainab
Drag and drop from the options below to declare a class template ''Spunky''. <class T> Spunky { public: Spunky( x) {
c++
templates
-1 Vote
2 Answers
19th Apr 2019, 5:32 AM
Mayank Arya
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 Votes
5 Answers
26th Jul 2016, 3:05 PM
Darsh Shah
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 Vote
3 Answers
24th Jul 2016, 5:22 PM
Darsh Shah
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 Vote
2 Answers
25th Aug 2016, 1:18 PM
Lekhraj Singh
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
I'm about to make a complex calculator in python
1 Votes
why is python community is too small in sololearn?
0 Votes
C#
0 Votes
Audio adding
1 Votes
Blockchain Development
0 Votes
The best python learning app ????
0 Votes
%
0 Votes
Stuck in Quize
1 Votes
C Program
0 Votes
What is problem in this code
0 Votes