 |
|
 |
When posting your question please:- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers, Chris Maunder
The Code Project Co-fou
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
hi. I am new to linux. i've started using linux by installing ubuntu on my pc. and i am looking for an c++ IDE. waiting for your suggestions ... thank you
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Give Qt Creator a try, you might like it. It's available from the Ubuntu Software Center.
Note: you might also need to install the g++ package from the Synaptic Package Manager to build things.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Emacs is my favorite. Install the packages from CEDET[^] and setup ECB. As a beginner, there will be steep learning curve for Emacs. But it is worth learning.
Best wishes, Navaneeth
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
in the name of god hello i am a user of fedora for 1 year and up till now i dont know anything about its filesystem. now i have this partitions: [root@sajad ~]# partedt Model: ATA ST9250315AS (scsi) Disk /dev/sda: 250GB Sector size (logical/physical): 512B/512B Partition Table: msdos
Number Start End Size Type File system Flags 1 32.3kB 210MB 210MB primary ext3 boot 2 210MB 250GB 250GB primary lvm
and i want to create a new partition with size 50G for myself to write in it instead of writing in the home. but i neither know about filesystems in linux as lvm or ext3 nor how i can create new partition without damages to data. please help me though i know this is long!!! valhamdolelah.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi everyone, Im new to Linux and its first time that I am using of it but I have a problem how can I install exe files in linux I searched on the net and I undrestood that its not possible because exe files are for windows but you can install exe files with WINE so I got wine.exe but again its exe how can I install wine? I am using of "Mandriva Linux" on VMware Workstation. Thanks
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
in the name of god hello depending on your linux os: if you access to internet only type: sudo apt-get install wine password: type your password then wine itself will be installed. valhamdoolelah.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
This is error:
aljaz@aljaz-laptop /Desktop$ nasm -f elf vhod.asm aljaz@aljaz-laptop /Desktop$ ld -s -o vhod vhod.o ld: i386 architecture of input file `vhod.o' is incompatible with i386:x86-64 output ld: warning: cannot find entry symbol _start; defaulting to 00000000004000b0 vhod.o: In function `main': vhod.asm:(.text+0x7): undefined reference to `printf' aljaz@aljaz-laptop /Desktop$
Here is code:
bits 32
extern printf global main
section .data message db "hello, world!", 10, 0
section .text main: pushad; push dword message call printf; add esp, 4; popad;
ret
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
thangvel wrote: any one tell me how to install the linux os to my pc
From a Linux distribution DVD.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi,
I am very new to linux. I have installed Fedora 11 on my laptop. I have installed yahoo messenger but it does not get start. When I click on log on,It give error "le gdkfont.c: line 239 (gdk_font_ref): assertion `font != NULL' failed." on the console. Can anyone please help me to solve this?
Thanks and Regards, Vishal Soni
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
A few days ago I noticed that, when updates are available, the usual icon in the system tray doesn't appear. Everything else works perfectly, whether I update through system settings, or through the console... I just don't get a notification when an update is available.
Any idea why?
Got it. I was missing some python bindings.
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
modified on Wednesday, September 2, 2009 2:32 PM
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello, I have installed Mono 2.4.2.3 version on Linux Redhat OS.
I m facing the error "This is a marker file generated by the precompilation tool, and should not be deleted!"
Earlier I had 2.4.2.1 version in which it was working fine. For some other bug fix, i had installed the latest version.
Any thoughts on this? Pl. revert
Thanks..
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
read a web live data(news headlines)feed to a port on my comp. i've been messing with just about everything related with little to no results. This is basicly working on. The download (wget) a client (knews) a server ( news.readfreenews.net). Too many dead ends to describe. So i did manage to get something from downloading first but that shouldn;t have worked, just a bunch of nothing going to my display. The thing i'm looking for is like those text to speech programs. Some will check your mail, the one i got tells the headlines from a separate website, updated of course. Things are getting really messed up. So that's it, one line of code, like: bash bash2 | tr a-z A-Z | nc localhost 6667. bash2 would be what i'm missing. I'm new at this so for someone like you, a piece of cake right? So a direct text feed to the port that's it. thx
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi
Is there any gui tool like Toad for mysql in linux. I have the gui toos from mysql but its not comfortable. I want a smart guitool.
Saadhinchaali
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Sorry - don't know what toad is, but if you've got access to Apache, you could try phpMyAdmin to get a nice web interface (with the advantage of external access).
Kev
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
What about Squirrel SQL or Tora? Those are mentioned in the first hits when I google for sql frontend linux.
Cheers, Sebastian
-- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
If you are comfortable with Toad, you can try to use it under Linux with Wine[^] (an integrated Windows emulator).
2+2=5 for very large amounts of 2 (always loved that one hehe!)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
What about MySQL's browser and admin? I find them sufficient. Not perfect, but will do the job
Where it seems there are only borderlines, Where others turn and sigh, You shall rise!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i copied some code off the net and when saving the file in kate i get this message: You are trying to save a python file as non ascii, without specifying a correct source encoding line for encoding utf-8. Say what? Like i'm new to linux but i'm not new to computers and i have no idea what this means. options are insert coding or save nevertheless. The problem is i can;t alter the code the compiler says syntax error every time. Is that why? the utf-8 encoding?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
The file you are trying to save contains non-ASCII data. Call it "binary" data if it's clearer.
That's why Kate asks you about the encoding and the compiler fails.
You should hunt the non-ASCII data down and remove it, then you'll be ok.
2+2=5 for very large amounts of 2 (always loved that one hehe!)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |