Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Basic knowledge C/C++ (2)

15 Mars 2013 Publié dans #c-c++

Difference between C++ and java Java runs in a virtual machine C++ supports unsigned arithmetic C++ allows operator overriding C++ àmultiple inheritance of class Java has a build-in garbage collection In java, parameters are always passed by value C++...

Lire la suite
Publicité

WS client Eclipse + Tomcat

10 Mars 2013 Publié dans #tomcat, #webservice, #java

refer : http://www-inf.it-sudparis.eu/~nguyen_n/teaching_assistant/web_services/webservice_client_generation WS Client deployment with Eclipse WTP In this tutorial we will see how Eclipse generate the Client stub. We start with the HelloWorld service...

Lire la suite

HelloWorld service deployment. Eclipse and Tomcat

10 Mars 2013 Publié dans #apache, #tomcat, #webservice, #java

refer : http://www-inf.it-sudparis.eu/~nguyen_n/teaching_assistant/web_services/simple_web_service_deployment_with_eclipse_and_tomcat_server Setting up Tomcat on Eclipse Download and extract Tomcat (suppose version 7.0.12) on your machine. Open the server...

Lire la suite

Basic knowledge C/C++ (1)

2 Mars 2013 Publié dans #c-c++

1. storage qualifiers Volatile : keyword for variables, the value will change every time we use it, we should read the value in the memory. const: cannot be changed 2.static: 2.1 for variable: it means the value cannot be changed when the function/method...

Lire la suite
Publicité