Skip to main content

All Questions

1 vote
0 answers
718 views

Failed to compile values file when running

I am getting this error when running my app. Failed to compile values file. Why is this so ? Why is this error occurring. It does not occurs on other pc. But occurring with mine. I try to run my ...
Hamna's user avatar
  • 59
0 votes
0 answers
50 views

Adding files and text in C++ Cpp?

Sorry if my English is not great I speak Serbian but I will try. I am trying to make it so the user can input text and name the file by using the code I put behind this but it will ask me what I want ...
displayName456's user avatar
1 vote
1 answer
2k views

Compilation error in C++ reading files

I've compiled a .cpp file with g++ and the only errors I had were like this: histogram.cpp:24:26: error: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute ...
giorgioW's user avatar
  • 331
0 votes
2 answers
944 views

read/write functions in c

typical beginner's phonebook program, attempting to add read and write to file capabilities. It's not compiling because 1) it wont recognize the label ErrorHandler, no matter where I place it 2) in ...
I Can't Advise You Counselor's user avatar