Forum: Domains and DNS May 7th, 2008 |
| Replies: 1 Views: 1,386 i am trying socket programming in linux(fedora 7) using C language.
i want to send a buffer from server to client,and vice versa.
but the contents are not getting saved.the contents are unsigned... |
Forum: Linux Servers and Apache May 7th, 2008 |
| Replies: 0 Views: 1,163 i am trying socket programming in linux(fedora 7) using C language.
i want to send a buffer from server to client,and vice versa.
but the contents are not getting saved.the contents are unsigned... |
Forum: Network Security Feb 28th, 2008 |
| Replies: 2 Views: 930 I am tryin to install snort-2.6.0.1 on linux(fedora 7).
Its a .tar file,after extracting we are executin the ./configure command
which is working.
but when i am trying 'make' command its giving... |
Forum: C Feb 16th, 2008 |
| Replies: 11 Views: 1,165 can i use JAVA as frontend and C as backend in linux?
please guide me to do this. |
Forum: C Feb 14th, 2008 |
| Replies: 11 Views: 1,165 i want front end as Qt and back end as a .c file.
will this work?
if so how?
according to me we select a c++ project in Qt.
for eg:
if i am having a button in front end & when i... |
Forum: C Feb 14th, 2008 |
| Replies: 11 Views: 1,165 Qt supports C++.right?
if it supports C also plz let me know. |
Forum: C Feb 13th, 2008 |
| Replies: 11 Views: 1,165 I am looking for a front end/graphical user interface(GUI) in linux which supports C language as backend. |
Forum: Java Feb 13th, 2008 |
| Replies: 4 Views: 1,371 I read the documentation for both.
-G : Produces a shared object
-I : changes the include-file search rules
-Idir : adds dir to the list of directories that are
searched for #include... |
Forum: Java Feb 4th, 2008 |
| Replies: 4 Views: 1,371 we tried gcc but its not working.
the syntax in solaris is given by
cc -G -I/usr/local/java/include -I/usr/local/java/include/solaris \
HelloWorldImp.c -o libhello.so
we want... |
Forum: Java Feb 4th, 2008 |
| Replies: 4 Views: 1,371 How to create and load shared libraries in fedora 7 for Java as frontend and C as backend
We are doing project for which we want Java as frontend and backend is C.
We are using JNI to link Java... |