UNIX/Linux Programming - August 2011 (Page 3)

Very Simple Compile failing on Solaris 10
 
I'm on a Solaris 10 box. The compiler I'm using is: /opt/solstudio12.2/bin/CC Compiling the file shown below (myTest2.C) fails. % CC -I. -o myTest2 myTes...
[1 reply] : There is quite a few problems with that code.. http://stackoverflow.co... (by closed account DSLq5Di1)
Reading a textfile in windows Vs linux
 
Hello everyone Having bit of a problem with a rather simple read of a text file, well sort of it works when i compile it in Embarcadero Radstudio 2010 but fail...
[no replies]
Server Client Problem
 
Hello I am developing a client server problem and facing a problem. I am running multiple clients from a single machine.Here, server accepts data from only on...
[6 replies] Last: I take it this is a Windows app posted in the Unix section. You're ... (by kbw)
cURL
 
Any one knows programming in curl c++ ? Please tell me the best and easy tutorials as the official ones are very tough to understand.
[2 replies] Last: @Galik: I thought that guy solved the problem a month ago. Nice exampl... (by h9uest)
Need help with C programing Linux
 
Hello everyone! First of all sorry for my bad English. I'm trying make a program Linux terminal in C. I want that in this my terminal people can be able to...
[1 reply] : gcc supports some features that are not compatible with the standard. ... (by ne555)
REQUIRED C++ BOOKS
 
Hi I am new to this group i was working in c++ environmet. i was know basic level of programs in c++(till some what in pointers) i was to gather more knowledge...
[2 replies] Last: http://www.cplusplus.com/articles/GLzyhbRD/ (by closed account 1vRz3TCk)
Displaying and manipulating tiff images
 
Hi everyone, I have been trying to display tiff images and write stuff on that. I could display the image once using CImg library but it's tough to overwrit...
[2 replies] Last: I use libtiff for handling tiff images. (by Moschops)
where is EOF?
 
I have this app that loads data into Oracle that runs like so . . . getlist.pl | merge -lscott/tiger getlist.pl gives data in the following format: NA...
[2 replies] Last: Thank you. This resolved the issue. (by verWire3619)
doubt about data csv
 
#include <stdio.h> #include <stdlib.h> int main() { FILE *p, *q; double dados ; char caracter ; p = fopen("entrada.t...
[1 reply] : use the strtok function to read the delimit values and read the values... (by santhosh3749)
malloc.c:2:19: fatal error: alloc.h: File or directory not found
 
When I use The library #include <alloc.h>, appears this error: malloc.c:2:19: fatal error: alloc.h: File or directory not found what is it?
[3 replies] Last: just you have to use the stdlib.h header file to use the malloc functi... (by santhosh3749)
pointer to structure array
 
Dear people, I have an assignment to create a pointer to an array of structures and than output it. I have 2 structures BIRTHDAY and CLIENT_RECORD. where BIRTH...
[2 replies] Last: Thank you Very much!!! It really works! (by Karajic)
Error
 
#include <stdio.h> #include <alloc.h> main() { int *v, t; v = (int *)malloc(80); if (v == NULL) { printf("Memoria nao disponive...
[3 replies] Last: #include <stdio.h> #include <stdlib.h> /* 1: here*/ /*2: here*/int ... (by closed account 1vRz3TCk)
Why do I get segmentation errors ONLY for one specific input?
 
Sometimes instead of a segmentation fault, I get this error: *** glibc detected *** ./battleship: free(): invalid pointer: 0x0000000016983030 *** I made a ...
[1 reply] : vector<int> x (sizeOfShip); vector<int> y (sizeOfShip); i... (by closed account DSLq5Di1)
Where to begin?
 
Hey all, After just starting the Win32API I've finally migrated my main pc to linux (fedora 15), and hence have shifted interest to programming for linux! ...
[1 reply] : First you need know the unix system(POSIX, system calls,...). Talking ... (by andrezc)
A Simple User Interface in Xcode 4
 
Hi, I was wondering if any of you use Xcode and could help to create a user interface for one of my applications. I have recently created an application that ta...
[3 replies] Last: check the help in Xcode. There is all sorts of help and sample code th... (by closed account 1vRz3TCk)
Send to remote syslog server
 
Hi In our application we have to send some log to remote syslog server. Is there nay library that can send to remote syslog server? Of course I do not want ins...
[1 reply] : Write a socket client that connects to the remote syslog server. (by kooth)
August 2011 Pages: 123
  Archived months: [jul2011] [sep2011]

This is an archived page. To post a new message, go to the current page.