Content deleted Content added
Notification of altered sources needing review #IABot (v1.5beta) |
Remove merge proposal |
||
(12 intermediate revisions by 9 users not shown) | |||
Line 1:
{{Talk header}}
{{Old AfD multi |date=17 December 2021 |result='''keep''' |page=Comparison of Java and C++}}
{{WikiProject
{{WikiProject
{{WikiProject Java |importance=low}}
{{WikiProject C/C++ |importance=low }}
}}
{{User:MiszaBot/config
|archiveheader = {{Talk archive}}
|algo = old(365d)
|maxarchivesize = 100K
|minthreadsleft = 5
|minthreadstoarchive = 1
|counter = 2
|archive = Talk:Comparison of Java and C++/Archive %(counter)d
}}
== remove bounds checking ==
Line 737 ⟶ 84:
return ret*3;
}
public static void main (String[] args) {
Line 757 ⟶ 103:
I think the article should also state that C++ nested classes differ from Java inner classes.
C++ nested classes are kinda like a static class in Java and can not access fields in the outer class unless they are static (C++11) [[User:Peter.quiring|Peter.quiring]] ([[User talk:Peter.quiring|talk]]) 22:42, 4 April 2016 (UTC)
|