Posts by Stefhany Oliveira • 53 points
2 posts
-
-4
votes1
answer137
viewsQ: SWITCH Error - Sequential Search and Binary Search
#include <stdlib.h> #include <stdio.h> #include <conio.h> #include <iostream> #include <fstream> #include "pessoa.h" using namespace std; int main() { //CADASTRA…
-
6
votes2
answers2292
viewsQ: How to save a list of elements with Shared Preferences
I am creating a contact list and would like to save this list with Sharedpreferences. Example: public class MeusContatos extends Activity implements OnClickListener { int pos=0; public static final…