by DayJaL8
When I compile my letters don't match up how can I get them to match
|
|
[1 reply] : First, unformatted code is tedious to read. Please add the code tags. ... (by keskiverto)
|
by xismn
WaveOut API - WOM_DONE message not being sent?
|
|
[1 reply] : Ok, You are correct--this belongs in the Windows forum. Please re-post... (by theturk1234)
|
by Behatrice
round() function with Visual Studio 2015
|
|
[2 replies] Last: #include <cmath> ? std::round() ? http://en.cppreference.com/w/cpp... (by JLBorges)
|
How exactly can I make a program which will display the digits of a number? |
|
[1 reply] : #include <iostream> #include <sstream> int main() { int someNumber... (by Moschops)
|
by Muddobber
Issue with with structures and sorting
|
|
[3 replies] Last: Can you post the file sales.txt. I guess the problem is more in loadin... (by Thomas1965)
|
by sasi1217
Bubble sort program
|
|
[1 reply] : http://stackoverflow.com/questions/15937707/error-message-cannot-find-... (by ne555)
|
by Bopaki
My main program does see the header files
|
|
[9 replies] Last: I have resolved my problem . Thank you all....... (by Bopaki)
|
by LordRogue90
C++ Problem Help
|
|
[1 reply] : This is not a homework site. http://www.cplusplus.com/forum/beginner/1... (by Thomas1965)
|
by r0manatw00d
LPCWSTR Issue!
|
|
[3 replies] Last: LPCWSTR str= L"Some Text"; http://www.codeproject.com/Articles/2995/T... (by Thomas1965)
|
by ubana2016
HACKING
|
|
[1 reply] : You haven't asked a question, just posted a to of code without formatt... (by kbw)
|
by pandalot
copy Vector to array
|
|
[6 replies] Last: Thank you JLBorges I was able to figure it out, I was being careless o... (by pandalot)
|
by xismn
Expected constant expression
|
|
[10 replies] Last: Thanks to everyone for their input! Ultimately, I was able to resolve ... (by xismn)
|
by JacobMakeup
A little push with C++ assignment
|
|
[2 replies] Last: Looks like that was what i was doing wrong with the operator function,... (by JacobMakeup)
|
by TheGuru
Counting Repeating Words
|
|
[1 reply] : I will assume that "words" is taken as the English (or <insert human l... (by Duthomhas)
|
by Ferris
Converting Rectangular to Polar Coordinates (1,2)
|
|
[20 replies] Last: I think you're right, you don't need showPolarCoord(), at least not in... (by Chervil)
|
by stormy6161
mail.dat code problem
|
|
[2 replies] Last: It worked great! Thank you so much for your help! (by stormy6161)
|
by dummy101
c++ append
|
|
[5 replies] Last: I need to append list 2 to list 1 and then empty out list 2. That s... (by dhayden)
|
by thejump24
Need to fill in a hollow shape.
|
|
[6 replies] Last: I like way you run from -rows to rows. This is a common problem and i... (by dhayden)
|
by NBL
Streams and files
|
|
[1 reply] : Double posting won't help you. http://www.cplusplus.com/forum/beginner... (by Thomas1965)
|
by brownn gal1
Store names in String Array.
|
|
[2 replies] Last: Yes it is a homework assignment, I asked my professor for help but he ... (by brownn gal1)
|