Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
c x 13
java x 2
Member Avatar for tien113

hi, i have some problem with my project, can u help me??? I google but no solution found...:( I used hibernate, strust 2 and spring to manage transaction. I want to try catch username in New.java, username is a PK, this pape throw can throw excetption error but the server …

Member Avatar for tien113
0
2K
Member Avatar for tien113

[CODE]/* Hello World for OpenGL */ #include <GL/gl.h> #include <GL/glu.h> #include <GL/glut.h> void drawing(void); /* This program will create a window with GLUT-library * that will remain open until it will be closed */ int main(int argc, char** argv) { glutInit(&argc, argv); /* initializarion of OpenGL library */ glutInitDisplayMode(GLUT_SINGLE | …

Member Avatar for tien113
-1
193
Member Avatar for tien113

bad.c [CODE]#include <stdio.h> main(t,_,a) char * a; { return! 0<t? t<3? main(-79,-13,a+ main(-87,1-_, main(-86, 0, a+1 ) +a)): 1, t<_? main(t+1, _, a ) :3, main ( -94, -27+t, a ) &&t == 2 ?_ <13 ? main ( 2, _+1, "%s %d %d\n" ) :9:16: t<0? t<-72? main( _, …

Member Avatar for Salem
-1
549
Member Avatar for tien113

[CODE]#include <stdio.h> int main(int argc, const char* argv[]) { int x; loopstart: printf("enter a value : "); scanf("%d", &x); getchar(); printf("value is %d\n", x); return 0; } [/CODE] can u help me, I want x return integer number (ASCII code) when enter a character... my code is not working... thanks...

Member Avatar for WaltP
0
138
Member Avatar for tien113

hi u I have a project combine a raytrace with SDL library but I dont know how to do... can you help me??? this is all source code of my raytrace: [CODE]http://tinypaste.com/6247b[/CODE] and SDL library on the internet: [CODE]http://www.libsdl.org/[/CODE] thanks...

Member Avatar for tien113
0
74