|
|
Related Videos
Loading...
|
|
|
Related Videos
Loading...
|
datosfrom Yahoo AnswersWednesday, 7th Dec 2011 - 8:12 am I have this code...
#include
#include
#define TAM 5
#define TAMNOM 20
typedef struct{
char nombre[TAMNOM];
int parcial1, parcial2;
}estudiante;
void llenar(estudiante ds[]) //fills in a student name, and first grade and second gr... Tuesday, 22nd Nov 2011 - 3:11 pm So my task is to compose a 10 sentence description of a mystery object which I will then recite to the class in hopes of them guessing it correctly. Unfortunately I slept through my first three years of spanish and now I am stuck with little understa... Thursday, 3rd Nov 2011 - 7:11 pm CARACTERÍSTICAS DEL SISTEMA
HP
SISTEMA OPERATIVO INSTALADO: Windows® 7 Home Premium "64 Bits"
TIPO DE PROCESADOR: INTEL DUAL CORE (2,3 GHz)
MEMORIA RAM: 4 GB DDR3 (Expandible)
ALMACENAMIENTO DE DATOS
UNIDADES INTERNAS: 320 GB SATA I... Monday, 31st Oct 2011 - 6:10 am Hi! Could someone tell me if the following sentence makes sense? If not, could someone please suggest an alternative that sounds more natural? Also is grafico de estadistica the correct translation for graph? Thanks.
Los gráficos de estadísticas d... Saturday, 29th Oct 2011 - 8:10 am 1. ____ es la capital de Peru y ___ el la segunda ciudad mas poblada.... Wednesday, 5th Oct 2011 - 10:10 pm SELECT * FROM `users`
CREATE TABLE `tz_members` (
`id` int(11) NOT NULL auto_increment,
`usr` varchar(32) collate utf8_unicode_ci NOT NULL default '',
`pass` varchar(32) collate utf8_unicode_ci NOT NULL default '',
`e... Thursday, 22nd Sep 2011 - 9:09 am I have to do a program in Java by console connecting this to a database (sql server)
I have the conecction right, but i try to insert data to a database and i don't know who.
This is the code of the conecction class:
package Connectio... Thursday, 8th Sep 2011 - 6:09 pm Alguien tiene datos sobre éste personaje? no lo encuentro en ningún lado en Google.... Wednesday, 27th Jul 2011 - 6:07 pm Hi, I was hoping someone could write me some very very short paragraphs (2-3 lines each?) about the following subjects in spanish?
They can be as generic as they come, just ANYTHING that has to do with these requirements please?
******
Vocab... Wednesday, 20th Jul 2011 - 4:07 pm Im trying to make a text file called Datos.txt but I dont understand why it doesnt happend, now apologize if this code is to long but please I need help, I dont know if its the fseek or FILE I dont know PLEASE HELP::
using namespace std;
int... |