by kapil2905
How can we explain the following behavior of c++ code ?
|
|
[4 replies] Last: Your case 1 does change. But not by much. Anything you do to the lowe... (by salem c)
|
by Jaen130
Use a file to manipulate a variable.
|
|
[3 replies] Last: I guess you detect the failure to open the input file, and assign a va... (by salem c)
|
by DrogHead
LoadImageW returns NULL
|
|
[5 replies] Last: Do you link to gdi32.lib? (I think that is the one you need) ... (by closed account z05DSL3A)
|
A basic C++17 text adventure engine |
|
[1 reply] : Duplicate post: http://www.cplusplus.com/forum/windows/251141/ (by closed account E0p9LyTq)
|
Problems with std::string.replace() |
|
[1 reply] : Try... #include <iostream> #include <string> void Func (std::string&... (by closed account z05DSL3A)
|
by NyctoDhira
Bank Account Coding Issues
|
|
[1 reply] : 1. I have to load and save all the data to and from a binary file, but... (by salem c)
|
by imfromsa
Texas Instrument CC1350 UART for RSSI signal strength
|
|
[8 replies] Last: I've no idea about the mysteries of your 'display', or what might be i... (by salem c)
|
by kapil2905
Should we have one class for each responsibility in c++ ?
|
|
[4 replies] Last: Thanks @dhayden and @Repeater for your inputs :) (by kapil2905)
|
Newline in istream |
|
[5 replies] Last: As ne555 already pointed out, input and output are not the same thin... (by Duthomhas)
|
Print newline for anything but numbers |
|
[1 reply] : if ( !isdigit( str ) ) cout << '\n'; (by lastchance)
|
by rdeanda1117
I am trying to use a list and iterate through it to find a word and delete the word from the list
|
|
[1 reply] : ¿do you have a connection between the end of each list and the beginn... (by ne555)
|
No Match for operator>> |
|
[2 replies] Last: I figured it out. I included a print function in my class and called i... (by darkknight914)
|
Overload Operator |
|
[4 replies] Last: Every time I included outside the class without friend, I get a "no ma... (by darkknight914)
|
by ujwala
SQLHSTMT with DB2
|
|
[no replies]
|
by elsa
add/display functions not working
|
|
[6 replies] Last: I solved it. Thank you. #include<iostream> #include<string> #includ... (by elsa)
|
by WildB
Having trouble duplicating a hexagon array in another array horizontally
|
|
[7 replies] Last: Thanks (by WildB)
|
by themexpride
Simple Craps program
|
|
[2 replies] Last: Line 18-19: wins and losses are uninitialized (garbage). unsig... (by AbstractionAnon)
|
Need help with a DNA to mRNA transcription code. |
|
[1 reply] : Double posted http://www.cplusplus.com/forum/beginner/251029/ (by salem c)
|
That error for distributing c++ based ".exe" files |
|
[7 replies] Last: If you used VS2017 to compile the program, and all of its parts, it ha... (by closed account E0p9LyTq)
|
Implement function templates |
|
[3 replies] Last: This loop iterates through the sequence (from begin, up to not equal t... (by JLBorges)
|