Linux
Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel.
Forum Post

Need to build common select field in SQL using set operators oracle

Hi all, Required to know how to build common select fields in sql's using Set operator (union or intersect or minus or union all) ex: select a, b, c from table1 union select a,b,c,p,q from...
Forum Post

Move an application window outside the desktop bounds?

I am currently using Qt 4.7.0 and 32-bit Ubuntu 10.10. I have created a very simple application that draws a rectangle and has no border, no title bar and no buttons in it respectively - close,...
Forum Post

Moving files and directories in C++?

The topic says it all. I don't have time to wait for the official ext4 defrag utility so I am going to write one that I can use temporarily. Basically, I want the user to specify a partition or...
Forum Post

Re: Simple Shell in C++

I did but if you go to ucr, I'm not going to give you code. :)
Forum Post
Forum Post

Re: Programs that will communicate via shared memory and semaphores.

google for "producer consumer problem using shared memory"
Forum Post

pic16f877a

hi, im currently working in robotics project. In my project im using pic16f877a microcontroller with RS232 connector. my issue is, i have calculated some values(r and theta) using c code and saved...
Forum Post

Re: ubuntu user pw

First confirm whether your user account is added to /etc/sudoers. If not, add "admin" or "sudo" group as a secondary to your user account. Logoff and Login your account, now run the command #sudo...
Forum Post

implementing software raid 5 in c

hi ... hope u all will be fine.. well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out.. well i need the 1...
Forum Post

implementing software raid 5 in c

hi ... hope u all will be fine.. well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out.. well i need the 1...
Forum Post

Parallel processing using fork()

hi ... hope u'll will be fine.. well i have some sort of question regarding implementation of some algorithm in linux related to parallel processing...kindly help me out.. well i need the 1...
Forum Post

ubuntu user pw

thankyou.
Forum Post

Re: help choosing a language

Try with Java it's multiplataform, it's easy and powerfull
Forum Post

mmap failed always

Dear all: I want to do framebuffer programming, with following program, I always get error while calling mmap. After checking with manual, I still can't solve it. Can Someone help me to see what's...
Forum Post

Re: lkm based keylogger

Thanks for providing me this infor.I am regular visitor of your forum site.There are more information about the programms. ======= Security Tool
Forum Post

Re: Running a c++ game on web browser

make it a cgi file if you are on linux here's a library you can use http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html if you are on windows here's a little tutorial:...
Forum Post

Aggregate error

Hello Everyone, I am learning C++. When trying to solve a problem using other classes aside from the main class of my program, I encountered an error I do not quite understand. Here is the...
Forum Post

Splint with c++ code?

Hi! I'm new to splint and am trying to build some autocheck for our code. Older splint output shall be compared with output after a fix to prevent new warnings being built in. For most of the...
Forum Post

Re: pow(x,y) is not working

try this code I tried it using code blocks I use Ubuntu linux gcc4.4 include #include int main() { int a,b,c; a=4;b=3; c=pow(4,3); printf("\n\n the 4^3 = %d",c); return 0; }
Forum Post

Re: pow(x,y) is not working

try this code I tried it using code blocks I use Ubuntu linux gcc4.4 include #include int main() { int a,b,c; a=4;b=3; c=pow(4,3); printf("\n\n the 4^3 = %d",c); return 0; }
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.