Y
Hacker News
new
|
ask
|
show
|
jobs
by
lmm
4975 days ago
A good IDE can fill in the types in C++ too.
1 comments
longlivedeath
4975 days ago
Is there a C++ IDE that can figure out the function signature after you have written something like
_ f(_ a, _ b, _ c) { YOUR; CODE; HERE; }
?
link
_ f(_ a, _ b, _ c) { YOUR; CODE; HERE; }
?