No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
![]() | Re: if your makefile is of extension [B]someFileName.make[/B] , try using make -f someFileName.make |
Hi guys, I am implementing a singly linked list. The thing is whenever my str_temp goes above 12-15 elements, i get this error malloc: *** error for object 0x1099008b8: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug … | |
I am reading a line through standard input using [CODE] string str; getline(cin,str); [/CODE] now if i want to use the str to tokenize it using strtok , it says str should be char*. What should i do? I did try using gets(where i can use str by defining it … | |
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 … |
The End.