Posts by Lucas de Paula • 24 points
2 posts
-
-1
votes2
answers86
viewsA: What is the difference between paths starting with ". /" and "~/" ? What is a best practice?
~/ are the directories and files that are in your home and . / refer to the directories and files of your current path, ~ is the same thing as /home/user/
-
0
votes1
answer40
viewsA: Algorithm problem in C
The float size is 4bytes, this matrix variable has 210000000 * 15 positions, each with 4bytes, only this variable is spending some 12GB of RAM.