Posts by Ana Gomes • 11 points
5 posts
-
0
votes1
answer698
viewsA: How to pass matrix as parameter in C?
The following are the changes made to the code: inclusion of stdlib library. h, inclusion of job signatures before main, inclusion of variables l and c of type int containing the value of rows and…
-
1
votes2
answers3980
viewsA: "Undefined Reference" error when compiling in C
The structure of a TAD in code::Blocks is composed of the Sources folders where the files with extension . c should be stored and the Headers folder where files . h should be stored. After checking…
-
-2
votes1
answer916
viewsQ: Java get and set methods for Boolean and char
I’m developing a code that uses get and set methods for data entry and processing. The goal is input with 9 values each with a data type, but I’m not getting the conversions for the char type and…
-
-4
votes1
answer62
viewsQ: Dbsqlite Android Studio Problem
Good afternoon, I have syntax problem in my Sqlite code in Android Studio. Could someone help me? package.com.projetofinal; import android.content.Context; import android.database.Cursor; import…
-
0
votes1
answer490
viewsQ: Tostring problem in Android Studio
I have String type variables and Int type variables. When I do getText.ToString() in a variable of type int Android Studio shows error due to variable type not being a String. Would anyone know…