Posts by Pedro A. Pinheiro • 15 points
3 posts
-
0
votes0
answers36
viewsQ: Pointer pointer in C
Come on, guys, I’m trying to understand the pointer-pointer behavior, but I can’t figure it out. Well, I already have an idea that the pointer points the memory address of something, to another…
-
0
votes1
answer139
viewsQ: How to read all keys from a section of a . ini file? C++
Can anyone help me with this question? I wanted to read all the keys of a section in a file ". ini" and use them as string. Ex: [ITENS] pedido1 = 3552 pedido2 = 2208 pedido3 = 2066 pedido4 = 5787…
c++asked Pedro A. Pinheiro 15 -
1
votes1
answer55
viewsQ: Loop a list of Getprivateprofilesection C++
I have a question, I’m a beginner. I wanted to list all the key names of an ini file, but only the name of the keys and loop from the first item to the last. char lista[255];…
c++asked Pedro A. Pinheiro 15