Posts by OdiumPura • 37 points
4 posts
-
0
votes0
answers231
viewsQ: Variable error in C
Good morning, I am developing a code to realize the solution of a linear system in C using iterative methods (Gauss-Jacobi, Gauss-Seidel), the method of resolution is right, but after the execution…
-
0
votes2
answers96
viewsQ: Java Lang Array Error
Good afternoon, I’m adapting this code to make the search based on an automaton. The automaton will search for dates in the source codes of the Internet pages and will display these dates on the…
-
1
votes1
answer131
viewsQ: Problem with Saving txt File to C++
Every time I try to record something new in this file, it erases what was saved before, it keeps saving on top of what it had before, someone can tell me what it is? arquivo =…
-
2
votes1
answer836
viewsQ: Error writing text file: cannot Convert Std::string to const char*
I’m not getting a record string on file .txt in C++ (Codeblocks). // aux é um inteiro // aux2 é uma string // foi dado fopen no arquivo...abaixo só segue a parte com erro aux = x.retorne_energia();…