Posts by Jackgba • 37 points
5 posts
-
1
votes1
answer139
viewsQ: How to take the record value according to its position number in SQL SERVER
I’m randomly populating the tables of a database I created and I’m trying to populate a table that has foreign keys. My idea is to create a while loop and get the ID (the values are random) of the…
-
0
votes1
answer41
viewsQ: Vector in struct does not work
Good night! I’m trying to store some variables in a struct with a .dat. My goal is to take each line of this file and store it in a vector position of the struct. The Qtd and the track are working,…
-
-1
votes1
answer118
viewsQ: Read each row of a file with different types in c using vector
Good afternoon, I need to create a C code that works as follows: Read a file . dat that the first column is the clue, the second the amount of words in that clue, and the following columns are the…
-
2
votes2
answers2032
views -
0
votes1
answer985
viewsQ: How to print a string in C?
I’m studying C and I want to make an algorithm that reads the names of 30 students in a class and returns the highest grade, lowest grade and the names of these students. I have already researched a…