Search Results

Search: Posts Made By: vishy_85
Forum: Programming 05-26-2009
4,881
Posted By vishy_85
reading a text file in c++
hello all ,
im trying to read a text file and display its contents. While i got the code running and the output was displayed perfectly for sometime , i started getting Abort(core dump) error . Am i...
Forum: Programming 03-05-2009
2,847
Posted By vishy_85
yep i did try , there is some problem with...
yep i did try , there is some problem with finding stdint.h , so for the time being im using stdio.h just to print n get values , rest of it is fine . thanks :)
Forum: Programming 03-04-2009
2,847
Posted By vishy_85
c++ compliling problem
hello,

im trying to print a simple "hello world" program in c++ in unix.
i get the following error . im new to c++ .

# include <iostream.h>
int main()
{
cout<<"hello world";
}


this...
Forum: Programming 02-11-2009
2,406
Posted By vishy_85
thanks a lot corona , totally new to threads and...
thanks a lot corona , totally new to threads and im still learning . specified the thread as joinable and the return value for main , it works now :)
Forum: Programming 02-10-2009
2,406
Posted By vishy_85
threading problem
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

void *print_message_function( void *ptr );

main()
{
pthread_t thread1, thread2;
char *message1 = "Thread 1";
...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy