Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - BlackM4ster

#511
Programación C/C++ / Ayuda Struct
7 Abril 2013, 18:31 PM
Hola, estoy intentando hacer una estructura sencilla para usar dentro de otra, son estas:
struct Objeto{

Bounding bounding;
   float x, y, z;};

y en otra cabecera:
struct Bounding {

int Tipo; // 1 -> Esfera // 2 -> Box alineada a los ejes // 3 -> Box alineada al objeto

float xmax, xmin;
float ymax, ymin;
float zmax, zmin;
float r;

float vx[8], vy[8], vz[8];

void Crear(int tipo, GLuint objeto);
};


Pero no se porque me dice:
1>e:\c++\opengl\movimiento de pj + camara\juego1\idobjeto.h(12) : error C2146: error de sintaxis : falta ';' delante del identificador 'bounding'

y si en vez de Bounding bounding; pongo struct Bounding bounding;
error C2079: 'Objeto::bounding' utiliza struct 'Bounding' sin definir

Ayuda rapida porfavor
#512
sURL = "http://www.jose-campos.com/prueba/recogerdatos.php?dato1=" & dato1 & "&dato2=" & dato2
Ponlo asi
#513
yo uso visual c++ 2010 con GLut
#514
pues cuando obtengas los datos, despues
#515
Pon exactamente esta funcion:

Public Function ActualizarDatos(dato1 As String, dato2 as string) as string
   Dim sBuffer As String * BUFFER_LEN, iResult As Integer, sData As String
   Dim hInternet As Long, hSession As Long, lReturn As Long

   'get the handle of the current internet connection
   hSession = InternetOpen("vb wininet", 1, vbNullString, vbNullString, 0)
   'get the handle of the url

   dim sURL as string
   sURL = "http://www.jose-campos.com/prueba/recogerdatos.php?dato1="&dato1&"&dato2="&dato2

   If hSession Then hInternet = InternetOpenUrl(hSession, sURL, vbNullString, 0, IF_NO_CACHE_WRITE, 0)
   'if we have the handle, then start reading the web page
   If hInternet Then
       'get the first chunk & buffer it.
       iResult = InternetReadFile(hInternet, sBuffer, BUFFER_LEN, lReturn)
       sData = sBuffer
       'if there's more data then keep reading it into the buffer
       Do While lReturn <> 0
           iResult = InternetReadFile(hInternet, sBuffer, BUFFER_LEN, lReturn)
           sData = sData + Mid(sBuffer, 1, lReturn)
       Loop
   End If

   'close the URL
   GetUrlSource = sData
End Function


y la llamas asi:
ActualizarDatos("500º","60º")
#516
jose, estoy conectado asi que no te vayas
#517
Hola, hay alguna forma de pasar el parámetro document.cookie en un enlace sin usar javascript o sin empezar por javascript: y empezando por http://

Respuestas?
#518
Google  ;-)

Cuando aprendas lo básico, haz juegos de consola que llenan más a uno, por ejemplo un cuadradito que se mueve con las flechas (usando gotoxy) que es muy basico pero te da animos, luego continua usando SDL y hazte un pong sencillito con imagenes, por ultimo, pasate a opengl
Mira lo que estoy programando yo:
http://www.youtube.com/watch?v=PdWymO3883Y

Pd: Empecé con lo basico en la web: http://unsitioweb.com/videojuegos
#519
Yo no trabajo, pero puedes cobrar según la cantidad de horas invertidas
#520
A mi me gusta Miarroba.com
Tiene base de datos, Php, etc y no te meten publicidad !!!