Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
9397 ::
[2022-08-21T16:46:19+02:00]
[Stefan_Salewski] Can't get basic example of creating reference objects to work. Compilation errors.
9394 ::
[2022-08-20T17:28:36+02:00]
[Stefan_Salewski] When do we use pass & return by ref if everything behind the scenes is by-pointer anyway?
1859 ::
[2015-12-07T22:26:22+01:00]
[Kerp] Standard opengl example doesn't work on Win 10
1856 ::
[2015-12-07T19:32:08+01:00]
[ephja] Something wrong with template and varargs?
1852 ::
[2015-12-07T05:21:26+01:00]
[Araq] [Urgent]Can't fix this error, sequence of tuples with proc vars
1851 ::
[2015-12-06T23:48:57+01:00]
[jibal] How do you create a reference to an sequence or object?
1850 ::
[2015-12-06T22:42:15+01:00]
[Stefan_Salewski] How do you pick an element from a set?
1848 ::
[2015-12-06T08:29:25+01:00]
[bluenote] How do you pass in an array to a function without specifying length?
1847 ::
[2015-12-06T08:00:04+01:00]
[Arrrrrrrrr] Why can't this array of tuples work?
1846 ::
[2015-12-06T07:49:07+01:00]
[jibal] How do you make multiple pragmas?
1845 ::
[2015-12-06T07:18:32+01:00]
[Jehan] How do I get the system time or cpu counter in order to seed RNG?
1844 ::
[2015-12-06T03:59:18+01:00]
[Arrrrrrrrr] How do you do a nop() in nim?
1842 ::
[2015-12-05T22:16:10+01:00]
[Jehan] How do you convert an int to float so that you can take math.sqrt of it?
1841 ::
[2015-12-05T21:02:08+01:00]
[Arrrrrrrrr] How do you make child class constructor to wrap the base class one?
1840 ::
[2015-12-05T20:05:30+01:00]
[Jehan] How do you make a sequence of tuples?
1839 ::
[2015-12-05T19:28:20+01:00]
[Araq] Nim compiler doesn't like asterisk after proc name, help?
1838 ::
[2015-12-05T19:11:07+01:00]
[Arrrrrrrrr] How do I import files from another directory from within NimLime?
1832 ::
[2015-11-28T22:35:11+01:00]
[cblake] How do I get rid of this warning? Simple code...