Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Wings clone in C++
01-19-2015, 02:35 AM (This post was last modified: 01-19-2015 02:37 AM by ggaliens.)
Post: #16
RE: Wings clone in C++
Really ... are you sure ? (From wikipedia site on strong typing)

Code:
Languages with static type systems differ in the extent to which users are required to manually state the types used in their program. Some languages, such as C, require that every variable be declared with a type. Other languages, such as Haskell, use the Hindley-Milner method to infer all types based on a global analysis. Other languages, such as C# and C++, lie somewhere in between; some types can be inferred based on local information, while others must be specified. Some programmers use the term weakly typed to refer to languages with type inference, often without realizing that the type information is present but implicit.
Reply


Messages In This Thread
Wings clone in C++ - nemyax - 11-24-2014, 01:03 PM
RE: Wings clone in C++ - ggaliens - 11-24-2014, 03:29 PM
RE: Wings clone in C++ - nemyax - 11-24-2014, 03:33 PM
RE: Wings clone in C++ - ggaliens - 11-24-2014, 04:38 PM
RE: Wings clone in C++ - Wegg - 01-15-2015, 06:52 AM
RE: Wings clone in C++ - nemyax - 01-15-2015, 07:46 AM
RE: Wings clone in C++ - ggaliens - 01-15-2015, 02:58 PM
RE: Wings clone in C++ - Wegg - 01-16-2015, 07:41 PM
RE: Wings clone in C++ - ggaliens - 01-16-2015, 10:49 PM
RE: Wings clone in C++ - nemyax - 01-18-2015, 09:29 AM
RE: Wings clone in C++ - Arg Arg - 01-18-2015, 10:17 AM
RE: Wings clone in C++ - ggaliens - 01-18-2015, 04:09 PM
RE: Wings clone in C++ - nemyax - 01-18-2015, 05:05 PM
RE: Wings clone in C++ - ggaliens - 01-18-2015, 07:30 PM
RE: Wings clone in C++ - nemyax - 01-18-2015, 09:11 PM
RE: Wings clone in C++ - ggaliens - 01-19-2015 02:35 AM
RE: Wings clone in C++ - nemyax - 01-19-2015, 04:26 AM
RE: Wings clone in C++ - ggaliens - 01-19-2015, 05:10 PM
RE: Wings clone in C++ - nemyax - 01-20-2015, 08:02 AM
RE: Wings clone in C++ - ggaliens - 01-20-2015, 03:15 PM
RE: Wings clone in C++ - Wegg - 01-21-2015, 08:03 PM
RE: Wings clone in C++ - ggaliens - 01-21-2015, 08:24 PM
RE: Wings clone in C++ - nemyax - 01-22-2015, 11:49 AM
RE: Wings clone in C++ - nemyax - 01-22-2015, 06:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)