Posts by Geovani Luiz • 113 points
2 posts
-
10
votes3
answers821
viewsQ: What is the difference between "decimal. Divide" and the traditional "/" in C#?
decimal a = 10/5; Returns 2 decimal b = decimal.Divide(10,5); Returns 2
-
0
votes2
answers4889
viewsQ: I want to save the information to a . txt in c++
The problem here is that it creates the file 'test.txt' however when it comes to recording the file it does nothing... I’ve seen the file permission and this ok... I didn’t understand anyone could…
c++asked Geovani Luiz 113