Tagged Questions
0
votes
2answers
62 views
Ubuntu stores variables in the wrong order
So I had this exercise in my class where I had to tell which of the two addresses is bigger when I create two char's in a main function.
Because local variables are stored in the stack that starts ...
0
votes
1answer
62 views
C++ Compiler Program IDE [duplicate]
I have just installed Ubuntu 12.10 on my old laptop and I want to start working on it.
Is there any program like Visual Studio for Ubuntu 12.10?
1
vote
0answers
14 views
curl/types.h file or directory not found [duplicate]
I have a cpp code to compile but while compiling it is showing the error of
curl/types.h file or directory not found, compilation error, fatal error.
I am using ubuntu 12.10. please help me to fix ...
0
votes
0answers
61 views
Writing a C program in order to removing occurrance from a text file including a symbol [closed]
I have a text file with a pattern like :
1,2,3$
2,4,1,5,6$
3,1,2,9$
1,0,9,8,7,3$
3,8,2,9$
.
.
.
.
and I have a char new[]="3,1,2,9$"
I need a C-function in order to check if the text ...
2
votes
2answers
151 views
Is there any ubuntu API?
in Windows, a programmer can use Windows API to write a Windows application. Windows API can be used with C (not necessarily C++). In Windows API you have a message loop and you have to program ...
0
votes
1answer
111 views
Can't Compile A Simple C Program
I installed the last version of Ubuntu. I tried to compile and run simple c program. I was get error:
fatal error: stdio: No such file or directory
I installed and updated gcc compiler few times, ...
0
votes
1answer
246 views
C programming on Ubuntu
I have problems related to C programming on Ubuntu 12.04. While compiling C program consisting pow I faced difficulties. Then I searched the Internet and got the solution with -lm. But that's the ...
0
votes
0answers
170 views
Implementation of text editor in shell programming [closed]
I have made a text editor in C. When I'm changing the extension of that file from .c to .sh and compiling the file in the terminal, some error is shown, like for the global variables an external error ...
-1
votes
2answers
2k views
What is the Best Way for Using & practicing C language in Ubuntu 12.04? [closed]
I want to learn C language . and i would like to know how i can practice on C language by using Ubuntu 12.04
And is there any platform for it and how to get it ?
or learn it by Terminal and how to ...
1
vote
2answers
2k views
Valgrind does debug error
I have been trying to follow the online tutorial for
Learn C The Hard Way.
However after setting up valgrind (I followed other links that help setting up valgrind on ubuntu 12.04), when I try to ...
0
votes
0answers
35 views
Programmers pls review this CD [closed]
I'm posting the link below
http://www.vtc.com/www2/products/C-P...-tutorials.htm
I've Unix Programming in college next month. I had C in college but I screwed it up. Now I realize
If i finish up ...
0
votes
1answer
105 views
Unendable question C or C++
Got a question related to programming. I was planning to choose one more language, besides Java, and stuck between choosing C or C++. I am planning to create apps specifically for Ubuntu with GUI ...
0
votes
0answers
450 views
problems with locations of certain header files in old C source (page.h et al) [closed]
I'm pretty new to GNU/Linux (Lubuntu 11.10) though ever so slightly less so to programming and am trying to compile some C source code out of a Linux programming book from 2001 (to see if this book is ...
-2
votes
4answers
104 views
need help in C to java [closed]
*data = 0x0B;
data++;
what is that mean? those 2 lines is written in a c program "data" is a char array and i am try to convert this program to java but assign a whole char array to one value is ...
0
votes
1answer
218 views
Help with tool recommendation, to build a parse tree for C source code
I need a tool that can generate a tree for a C application. like walking through it to build which methods is called
5
votes
2answers
874 views
strlen returns incorrect value when called in gdb
So I'm noticing some severely incorrect behavior from calls to standard library functions inside GDB. I have the following program to illustrate:
#include <stdio.h>
#include <stdlib.h>
...
0
votes
2answers
1k views
How make a configure/makefiles from an C file?
Hope this is not a stupid question. But here it goes...
Over the last month I have learned Programming in C and Gtk to a point where I have written a small program in C.
I would like to make a ...
1
vote
4answers
678 views
What are some IDEs for C/GTK2 [duplicate]
Possible Duplicate:
C programing suites/IDEs
What is the best IDE for C + GTK2 programming? I currently use gedit and try MonoDevelop.


