by SangHan
how come header variables are not recognized in its cpp file?
|
|
[4 replies] Last: Thanks Luc Lieber. I overlooked it. (by SangHan)
|
by vasiqshair
Padding zeroes on to a binary number
|
|
[2 replies] Last: #include <stdio.h> #include <math.h> const unsigned bits = 4; void ... (by cire)
|
by rkrauss
Error Message w/ Multithreading
|
|
[3 replies] Last: Sounds good, thanks for the advise NT3. I have it working now. Cheer... (by rkrauss)
|
by Dkob1
Cell Phone Usage Charges Project
|
|
[1 reply] : You should start with what your professor provided. //[Your Name(s)]... (by giblit)
|
Best Platform and Languages... |
|
[4 replies] Last: Thank you for your help! I really appreciate your time and answers. (by closed account 36RMoG1T)
|
by jonbonjovi
C++: Calculate average from file containing array of numbers?
|
|
[7 replies] Last: Also, suppose we wanted to calculate the percentage difference for eac... (by jonbonjovi)
|
by Viridian
Issue with Classes and Chars
|
|
[1 reply] : The Name property is a char not a string or char * . Make it a stri... (by Smac89)
|
by Nando
How to improve in C++
|
|
[2 replies] Last: Thank you for your answer. The OJ sites are cool! Ok I will do exer... (by Nando)
|
by soranz
GetAsyncKeyState() - outside program interferes with it
|
|
[no replies]
|
by Reteriots
Hi please help! Some problem with my program
|
|
[1 reply] : #include <iostream> #include <string> #include <iomanip> using namesp... (by JLBorges)
|
Help with reading in text file |
|
[1 reply] : Delimit your file with a specific character that doesn't appear any wh... (by Computergeek01)
|
by Arizal
Need advice
|
|
[2 replies] Last: Hi and thanks, the cout statement should go before the main() right? (by Arizal)
|
by exitcode
C++ with SDL2 Framework: Loading .bmp files in same folder in XCode 5
|
|
[2 replies] Last: After a very long time, it now works. I have to link it with xcode and... (by exitcode)
|
by Al Biruni
How can I take out a specific combination of word form a string?
|
|
[6 replies] Last: the substr is like a "perl" script (by hjye)
|
by exitcode
'Call to member function x is ambiguous' when calling an overloaded member from a .h file
|
|
[3 replies] Last: If you pass an int as the first argument it should pick the int versio... (by Peter87)
|
by ASQ19
error C3861: 'sort': identifier not found
|
|
[4 replies] Last: Does it work if you write std::sort? (by Peter87)
|
Please spot out the error |
|
[5 replies] Last: You shouldn't comment that, you should substitute it with something el... (by S G H)
|
by jonbonjovi
Remove text from file using C++?
|
|
[no replies]
|
by jonbonjovi
Modify csv/txt file to include only numbers?
|
|
[no replies]
|
by zsusetio691
How to use delete and delete[]?
|
|
[1 reply] : http://www.cplusplus.com/forum/general/112111/ valgrind informs that ... (by ne555)
|