Tagged Questions
0
votes
1answer
168 views
Did I answer this correctly and concisely? [closed]
By email I just answered my brother who is learning computer programming that C++ and Java are more similar than C and C++ even though C++ is nearly a superset of C. Do you agree?
AFAIK Stanley ...
-3
votes
1answer
95 views
Should i shift from Testing to Development? [closed]
i have 1.2 yrs of experience in Testing in big MNC company, I have good Programming knowledge in Java (Core,Servlets). I have completed ISTQB certification(Testing) and trying for HP QTP ...
0
votes
1answer
208 views
I'm trying to create a visual representation of something, but I don't know what words to use, so I'll try to describe it
My project team is making a site that will use reddit style voting to track users' opinions on various issues, and use the data to create a "heat map". I say heat map in quotes because I'm not sure ...
-1
votes
1answer
99 views
Compile GPL-code into a JNI-capable shared library and use it in commercial software [closed]
I am developing an application for Android in JAVA which calls GPLed C-code via JNI.
I have modified & capsulated a GPL-software under a JNI-interface and compile it as a shared library (.so) ...
-4
votes
1answer
308 views
Learning advanced programming [closed]
I'm from India and it's not really a good place for learning and education. I'm an IT student, I've been studying various programming languages like Java, C, C++, VB etc. And its my final year in ...
11
votes
8answers
841 views
Does low latency code sometimes have to be “ugly”?
(This is mainly aimed at those who have specific knowledge of low latency systems, to avoid people just answering with unsubstantiated opinions).
Do you feel there is a trade-off between writing ...
2
votes
8answers
475 views
tips, guidelines, points to remember for rendering professional code? [closed]
I'm talking about giving clients professional looking code. The whole nine yards, everything you hardcore professional highly experienced programmers here probably do when coding freelance or for the ...
-1
votes
2answers
132 views
What are the ways to start making actual/real-world programs using Java/C++ to excel my Programming Skills? [duplicate]
Possible Duplicate:
How do I improve my coding skills?
How I do become a better programmer as a junior developer
The programming that we learn at university is not that vast, like those ...
7
votes
4answers
928 views
Is it important to know C/C++ for Android development?
Is it possible to use only Java (without C++ /NDK) for building good, fast, beautiful Android apps (including 3D development)?
When I look for Android developer position requirements (vacancies), I ...
3
votes
1answer
161 views
Parallel Threading in Multi-Language Software?
I'm developing a software that contain many modules/Daemon running in parallel manner, what i'm looking for is how to implement that, i cannot use Thread because some of those modules/Daemon are ...
0
votes
3answers
644 views
How to create interest in programming? [closed]
I am student of 3rd year software engineering, and I find myself nowhere in field of programming.
I know basics of programming languages like C, C++, Java, Visual Basic, HTML, JAVAScript, CSS and ...
6
votes
4answers
550 views
Undefined behaviour in Java
I was reading this question on SO which discusses some common undefined behavior in C++, and I wondered: does Java also have undefined behaviour?
If that is the case, then what are some common causes ...
1
vote
1answer
156 views
Synchronously write file
I am implementing a server in C for a course project. The server should serve more than one client simultaneously. The description of the project states that fork() should be used to serve more than ...
30
votes
3answers
7k views
How is a Java reference different from a C pointer?
C has pointers and Java have what is called references. They have some things in common in the sense that they all point to something. I know that pointers in C store the addresses they point to. Do ...
1
vote
2answers
426 views
How far is the trail from Java to C / C++? [closed]
I want to find out how easy or hard the transition to C / C++ is for a mid-experienced Java programmer.
I've already read the questions about "C++ for Java Programmers" and "Is it necessary for Java ...