by scout51
if there any difference between this two?
|
|
[2 replies] Last: Not really, it was just to make sure about the syntax.. Thank your ... (by scout51)
|
by scout51
Operator "Not equal to"
|
|
[4 replies] Last: Thank you for your help guys, it really helped a lot. (by scout51)
|
by uhh
Help with converting decimal to corresponding integer.
|
|
[12 replies] Last: What I showed you is how to convert an int to binary. I also told you ... (by ResidentBiscuit)
|
by Smyris
error reading sequential file values to an array
|
|
[2 replies] Last: Thanks! it works much better now (by Smyris)
|
by RandomStuff
How do I make CMD apps read letters individually on one line of text!
|
|
[13 replies] Last: I tried that but it keeps saying 'encrypt': identifier not found (by RandomStuff)
|
by scout51
What is the value of sum? and why?
|
|
[6 replies] Last: Thanks guys for your help...and no...I wasn't in the middle of a test ... (by scout51)
|
by Ramzi89
Inheritance/Polymorphism
|
|
[4 replies] Last: You have access to all three if you take advantage of polymorphism and... (by CJC0117)
|
by Leed86012000
Switch problem in C++
|
|
[1 reply] : cout uses << cin uses >> Also, you do not need to declare: using std... (by Volatile Pulse)
|
by Windwhistles
operators
|
|
[1 reply] : std::ostream::operator << () doesn't know how to handle your Averag... (by closed account zb0S216C)
|
Help with my application's user defined configuration |
|
[12 replies] Last: I do know there is a difference between the release bins and the debug... (by Volatile Pulse)
|
error C2871: 'std': a namespace ... does not exist |
|
[5 replies] Last: the errors gone, I moved #include "stdafx.h" to the top and closed VS ... (by forestPeterson)
|
error LNK1561 |
|
[2 replies] Last: that was it, fixed (by forestPeterson)
|
by Ramzi89
Overloaded +=
|
|
[3 replies] Last: Might want to have a look at this line: v1.resize(v1.size()); And th... (by Athar)
|
by mrbiggles
Where can I find preprocessor directives?
|
|
[3 replies] Last: No problem :) (by Torin)
|
Moving bits to alter characters (1,2) |
|
[24 replies] Last: The problem with "encryption" is that you want to eventually reverse i... (by Texan40)
|
by LilKB
Getting some crazy output... can't figure out the reason.
|
|
[2 replies] Last: Thanks for the help, As we both thought, the file wasn't being opened.... (by LilKB)
|
error C2628: '<unnamed-tag>' followed by 'bool' is illegal (did you forget a ';'?) |
|
[4 replies] Last: you are correct - I found a newer library on sourceforge (by forestPeterson)
|
by Raistlin121
Value is x10 for no reason
|
|
[3 replies] Last: The new-line escape character constant is the more efficient choice si... (by closed account zb0S216C)
|
by atown282
I need some help. I cant figure this simple command out.
|
|
[3 replies] Last: its not closing it. i need code (by atown282)
|
by Ramzi89
cin
|
|
[5 replies] Last: Ok thanks. (by Ramzi89)
|