2,228 Topics

Member Avatar for
Member Avatar for tagazin

Hello It's one year that I use G++, now every time that I try to compile somethings I see always: g++ error: process: No such file or direct I use Ubuntu and I always used to compile a file (ex. hello.cpp) g++ ./hello.cpp -o hello and after ./hello I tried …

Member Avatar for tagazin
0
129
Member Avatar for linux

Does anyone here know of a good C++ compiler for Ubuntu Linux 6.06LTS? Preferably available by means of apt-get or wine. Dev-C++? I couldn't find it for Linux... -- Alex; any help appreciated

Member Avatar for Stefano Mtangoo
0
193
Member Avatar for prvnkmr449

[B]Problem in connecting internet on ubunto 10.04 through idea netsetter.............[/B] Hello I try a lot to connect my netsetter usb modem but it ubuntu 10.04 os not detected as modem..........please help me Thanks in advance

Member Avatar for suntom
0
173
Member Avatar for kangkan_14

can anyone please tell me what is wrong with dis code.....i am getting a segmentation fault even though it has been compiled successfully(in a unix system): [CODE]#include<stdio.h> int low,high,mid; void msort(int a[],int low,int high); void merge(int a[],int low,int high,int mid); int main() { int a[10]; int count; for(count=0;count<10;count++) { printf("Enter …

Member Avatar for N1GHTS
0
177
Member Avatar for macobex

I'm in the middle of a project development, and I'm frustrated with this problem. Im running XAMPP under Ubuntu 10.04 (Lucid Lynx) mySQL version : Ver 14.14 Distribution 5.1.41 The problem is that, mySQL is accepting null values even if the field is declared with the NOT NULL constraint. Example: …

Member Avatar for macobex
0
265
Member Avatar for Danny_501

Hi all, Does anyone know of any good tutorial that explains how to set up a website on apache web server. I need it to be in Linux (Ubuntu). Or if anyone can explain to me how to do it that would be great to :) all I need to …

Member Avatar for Danny_501
0
132
Member Avatar for saransh60

hi friends i am new to shell programming and learning bourne shell....this is the syntax i am using a=10.0 b=20.0 c='echo $a+$b|bc' #wanted to add two variables in c echo $c this is the .sh file that i have created but when run in terminal,it is showing "echo $a+$b" not …

Member Avatar for shibblez
0
112
Member Avatar for vinaychalluru

tried to run a simulation for wired-cum-wireless scenario. It is good when i use a single base station. But, when i use more than one, following error is displayed. # --- Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) --- _o92: no target for slot 0 _o92 type: Classifier/Port content dump: classifier _o92 0 …

0
159
Member Avatar for peter_budo

I have VLC running on my laptop which does happily plays CDs and movies on the local disk. However I'm not able to play DVDs. In the Preferences under Input & Codecs Settings where default disk device can be set I'm getting 2 question marks in diamond shape and the …

Member Avatar for Stefano Mtangoo
0
251
Member Avatar for Eagles36

I have done side by side install of Windows 7 and Ubuntu 10.0.4. I have setup a third partition for all my files I will switch between (i.e documents, music, and video's). How do I setup the third hard drive so that I can open in it the terminal so …

Member Avatar for searchec
0
954
Member Avatar for mightytighty

i have vista on my dell latitude D260. i wanted to 'upgrade' to ubuntu , so i downloaded and burnt the image onto a cd . when i try to boot via the cd nothing ever happens. in this lappie , when i go to bios tit asks me to …

Member Avatar for efmesch
0
91
Member Avatar for bernardo-b

Hello Last year I tried Ubuntu on a live CD on my mother's laptop that had Windows Vista. She didn't like it, so we didn't install it. For some time we had been thinking about upgrading to Windows 7, and yesterday we did. So her laptop has Windows 7 now, …

Member Avatar for WASDted
0
185
Member Avatar for therstonsplace

i can vncviewer and vinagre from the local machine and that makes sense... cuz its that machine... but whenever i ssh in i cant run it remotely and it seems to me that would be the point... ssh -X -l <user > <ip> is the command i use to get …

0
132
Member Avatar for MeSam0804

hi , I have ubuntu 10.4 on cd and I tried to install it the following error occured at the begining : (process:257):GLib-Warning**:getpwuid_r():failed due to unknown user id(0) stdin:error0 plz tell me what to do

0
143
Member Avatar for rsashwin

Hi people, My name is Ashwin , and I am new to this forum. This is my first post. I had installed ubuntu 9.04 on my lenovo s-10 netbook with windows xp (dual boot). But the netbook crashed when i tried to access windows files from ubuntu. I had to …

Member Avatar for elsiekins
0
142
Member Avatar for Pral

hi,i am new to C i am constantly getting the error "Segmentation fault" and i dont know how to deal with it. I can't find an error in my code. [code=c] #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> #include <pcap.h> int main() { FILE *ifile,*ifile1; …

Member Avatar for Pral
0
256
Member Avatar for tbaba83

hello am new here. i have a difficult problem i have been trying to solve for the past few months. i just installed lamp on ubuntu 10.08 and started building my first database application. i intend to build a form. the form is called sign.php and the script is defined …

Member Avatar for tbaba83
0
162
Member Avatar for fallen_prisoner

hi i am new to programming and have had problems installing C++ on vista. Is it possible to get C++ working on vista or will I need to switch back to XP or ubuntu? Does Bloodshed work on vista?

Member Avatar for asmail2020
0
177
Member Avatar for ryan461

Im just doin some testing with a local webserver. i have one user: hybrid who can login to the webpage fine and has for a while. But when i added a few users: usa, can with simple passwords using: ubuntu # htpasswd passwd can thats works fine. But I cannot …

Member Avatar for james.newell
0
159
Member Avatar for rico001

Hello I was trying to compile programs using DevC++ for Windows, (I also looked at WxDevC++) I can get generic console apps I made in C++ to compile under windows. What I want to be able to do is compile some opensource programs that use make to compile. When I …

Member Avatar for rico001
0
194
Member Avatar for Iseekknowledge1

hi, i've installed Ubuntu Linux Horay hedghog edition on my computer. it runs perfictally except the sound doesn't work. i've looked all over the forums and found some stuff but none of it worked. anyway, heres my delema, i can't get the sound driver to work, i've tryed ALSA and …

Member Avatar for kamy cool
0
393
Member Avatar for phpboy

Hello. I have a linux VPS which is running ubuntu 8.04 I want to execute some command to the terminal, for doing that i use system() or exec() function. The functions are working properly at localhost, but aren't working properly on the VPS. Let's say, i have a command :- …

Member Avatar for lipo
0
391
Member Avatar for tomtetlaw

When I try to access the /var/www/ folder through apache, which is at [url]http://tom-server/[/url] from my Windows Machine, I get this error, even though it was working before with no changes: [code]Forbidden You don't have permission to access / on this server. Apache/2.2.14 (Ubuntu) Server at tom-server Port 80[/code] This …

Member Avatar for kylegetson
0
331
Member Avatar for finito

I have a screwed install of MySql Server on my Machine its a 10.04 64-bit Ubuntu. I can neither Remove it or Install a new one. [CODE]I tried apt-get remove [/CODE]and [CODE]dpkg --purge mysql-server-5.1[/CODE] They both reach [CODE]dpkg --purge mysql-server-5.1[/CODE] and stay stuck there. Can anyone please help me completely …

Member Avatar for aubyoub
0
225
Member Avatar for tomtetlaw

When I try to start mysql server with [icode]start mysql[/icode], I get this error: [icode]Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory[/icode] What could I do to fix it? I'm running Ubuntu Server btw.

Member Avatar for tomtetlaw
0
254
Member Avatar for andantesash

Hi, My external hard drive has stopped working and I need to get all my photos of it, as some of them are really important to me as I am a photographer. Can anyone suggest to me the best method to get the photos back. The hard drive is appearing …

Member Avatar for khakilang
0
214
Member Avatar for ryathegr8

hi.... if i download UBUNTU OS in my system....will it work with my existng windows or ll replace it??? will i get it while em offline????

Member Avatar for ryathegr8
0
96
Member Avatar for lewashby

I recently upgraded my Ubuntu from 9.10 to 10.04 and now it's messed up my Windows Vista partition. When I try to load Windows it boots to a strange login menu with low resolution. It then takes me to a screen with options like Repair/Fix, Recovery, Complete Recovery... I'll click …

Member Avatar for helioptra
0
190
Member Avatar for titan5

I have to use a software package written in c with many different files. It has an executable file with a variable - cc=/usr/bin/gcc cc is later used in that file to compile other files present in the software. wenever i try to run this file I get an error …

Member Avatar for titan5
0
208
Member Avatar for lewashby

I've just upgraded from Ubuntu 9.10 to 10.04 and now firefox will not play videos on youtube. Please help, thanks.

Member Avatar for Stefano Mtangoo
0
65
Member Avatar for Stefano Mtangoo

1. [URL="https://wiki.ubuntu.com/MaverickMeerkat/TechnicalOverview"]Overview[/URL] 2. [URL="https://blueprints.launchpad.net/ubuntu/maverick/+specs"]Features[/URL] Waiting for 10.10 :)

Member Avatar for richieking
0
162
Member Avatar for tomtetlaw

When I try to log into mysql with the command [icode]mysql -u root -p[/icode], i enter the password then it gives me the error: [code] ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/usr/sbin/mysqld/mysqld.sock' (20) [/code] I really don't know why it's trying to use '/usr/sbin/mysqld/mysqld.sock' because …

Member Avatar for richieking
0
182
Member Avatar for pittpaguy87

Hi, I have a Compaq and a gateway computer. I also have 2 network cards. In both computers, I have tried the following distros of linux: Ubuntu 10.4 Xubuntu 10.4 Ubuntu Server 10.4 Puppy Linux 5 Damn Small Linux In all combinations of computers, os, and network card, I have …

Member Avatar for pittpaguy87
0
252
Member Avatar for Hand

Hello, I need a simple open source audio library that can be used to play music and sound effects for C/C++. The audio files that I use are mp3, midi and ogg. My operating systems are Windows XP and Linux (Ubuntu). I need that the library be able to play …

Member Avatar for xtrmR
0
97
Member Avatar for racoon8995

hi guys i just got an ubuntu 10.04 lucida lynx installed on my laptop..id like some links on where i can download free ebooks on linux programming.tnx

Member Avatar for richieking
0
100
Member Avatar for musubi

Hi, I am a college student who wants to install a local testing environment for PHP, using something like XAMPP (on Windows) so I can just mess around with PHP and MySQL. The problem is when I install it, by default the site can be accessed by typing in my …

0
56
Member Avatar for Vagelis44

Hi, I'm trying to find a way to make some kind of monitor in C. I found this but i get : error: config.h: No such file or directory error: glibtop.h: No such file or directory error: glibtop/error.h: No such file or directory error: glibtop/cpu.h: No such file or directory …

Member Avatar for harshil_shah007
0
548
Member Avatar for tikoti

Hi all! I am trying to manage and understand dates with c++, but the output that I am having does not help much. Basically I would like to adjust a localtime that can be seen in the string "s_prueba_time" to a UTC time (in my case -2 hours in summer …

Member Avatar for tikoti
0
190
Member Avatar for N1GHTS

I have a weird problem and I want to know if any of you have any ideas on how to fix this. If I do this... [code] swprintf(Dest, 500, L"G%sY", "AMEDA"); [/code] [b](wchar_t*)Dest[/b] contains the following text... [TEX]GAMEDAY[/TEX] But if I do this... [code] swprintf(Dest, 500, L"G%sY", L"AMEDA"); [/code] [b](wchar_t*)Dest[/b] …

Member Avatar for sree_ec
0
187
Member Avatar for lewashby

I have another post entitled 'understanding wxPython' in which my code runs but fails to build the scroll bars as shown by my python programming book. Note that the code in the book is running on Windows and mine is running on Ubuntu.

Member Avatar for SoulMazer
0
136
Member Avatar for MetalLord

Hi I'm running windows 7 and have recently had an issue when booting up. I turn the computer on and it displays a black screen w/t blinking cursor(BSBC) in the upper left hand corner. This continues for approx. 2 min. Then it will proceed to the GRUB where i can …

Member Avatar for umariyoob
0
171
Member Avatar for baby_c

hello friends..i need some help here.. my os is windows seven,and i installed linux for a educational matter.then when i boot the computer i had to choose the os from the grub.And today morning i formatted the partition which is linux installed.then i unable to boot from windows seven.After that …

Member Avatar for Xlphos
0
158
Member Avatar for tony59aa

I have a 2005 Dell Model 8400 that WILL not reinstall Windows XP Pro from the factory disk. This machine was sent by a friend to a local NON Dell repair shop after a Windows crash. The friend did not know how to reimage. The repair shop gave it back …

Member Avatar for gbach
0
261
Member Avatar for harikrishna439

I get a warning message while executing a C program containg 'gets'.Is there any way to avoid this.Currently I am using ubuntu OS>

Member Avatar for gerard4143
0
112
Member Avatar for java_programmer

Currently, reliance icall does not support any versions of linux. Is there any way to install it in any linux versions using some bridge software or third party software?

Member Avatar for brandonrunyon
0
95
Member Avatar for koti86

I unable to install all .exe files in ubuntu with wine. Can you tell any software required for install .exe with wine

Member Avatar for rx4hvn
0
186
Member Avatar for umesh314

I have installed fedora 13 in separate disk partition( Not inside window 7 )...so now i want to remove it and want to install ubuntu studio 10.04... As I am new to this Linux Environment I need ur help to step forward Please Help

Member Avatar for umesh314
0
170
Member Avatar for timogoosen

Hey I can program in C,little bit in Python and Pacal and I really want to learn assembly. I'm 18 and finishing high school, programming is my hobby because school work sure isn't much of a challenge. I've downloaded a few books on Assembly they are: The Art of Assembly,Assembly …

Member Avatar for timogoosen
0
205
Member Avatar for N1GHTS

Hello, I have a problem with compiling my code... Platform: [b]Ubuntu Linux 10.04[/b] Compiler: [b]gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3[/b] IDE: [b]Netbeans 6.9.1[/b] My C program is required to exclusively deal with Unicode. I can use these functions just fine: [b][COLOR="Green"]wcscpy(), wcslen(), mbstowcs(), wcstombs(), snprintf()[/COLOR][/b] The problem seems to only be when …

Member Avatar for N1GHTS
0
612
Member Avatar for jeffcogswell

I'm still here at the Intel Developer Forum (IDF) 2010, and just had the chance to try out something cool. The Intel Atom processors are lightweight x86 processors for use in a whole range of small devices. And being x86-based, they can run modern desktop operating sytesms. At the beginning …

0
670

The End.