by casey250
String Compare HELP!
|
|
[1 reply] : dupe post http://www.cplusplus.com/forum/general/214743/ (by SamuelAdams)
|
by pdgaming
How to check Boundaries in 2d Arrays??
|
|
[14 replies] Last: stop, take a walk, eat something, sleep. you are trying to do too many... (by ne555)
|
by purplepain57
Having issues with an ifstream function
|
|
[3 replies] Last: Try this: First you could teach the ifstream reading in a craft struct... (by nuderobmonkey)
|
Pointers |
|
[1 reply] : min = a ; for(lc = 1; lc < n; lc++) { so if the current one, a is... (by jonnin)
|
Help with random dice |
|
[1 reply] : > I need help with that if loop `if' does not a loop. > but once it w... (by ne555)
|
Need help with C++ functions & classes code! |
|
[4 replies] Last: Duplicate thread: http://www.cplusplus.com/forum/windows/214665/ (by dhayden)
|
by tacbd
Multiple Errors when Following Vector Tutorial
|
|
[3 replies] Last: Sorry about the missing delete keyword, I removed it just before copyi... (by tacbd)
|
by xxvms
Class another question
|
|
[4 replies] Last: @AbstractionAnon - i know what has happened! when I tried to publish m... (by xxvms)
|
by kirby3422
Bug
|
|
[9 replies] Last: That is freakin awesome thank you for your help I really appreciate it... (by kirby3422)
|
by TAN123
Need help with arrays!!
|
|
[3 replies] Last: #include <string> #include <fstream> using namespace std; const int... (by AbstractionAnon)
|
How to Implement a Closure |
|
[2 replies] Last: You're capturing by reference (the [&] bit), and that does not exten... (by Cubbi)
|
by leejam
Some useful console app functions
|
|
[no replies]
|
by gurpartap
help me understanding typedef
|
|
[1 reply] : But in example below there is no name to function pointer. There is. ... (by coder777)
|
by Squakems
Probably a simple error.
|
|
[1 reply] : The problem is that line 73 leaves a new line character in the stream.... (by coder777)
|
by mary9734
Playlist
|
|
[1 reply] : #include <iostream> #include <string> #include <vector> #include <al... (by gunnerfunner)
|
by fresh716
PROGRAM WILL NOT COMPILE
|
|
[2 replies] Last: Thank you, I got it to work I had to finish writing the code #includ... (by fresh716)
|
by Prospecht
Error code C1075
|
|
[4 replies] Last: Thank you so much. (by Prospecht)
|
by suffering22
coding for to make resistors values into colors
|
|
[2 replies] Last: Assumes a 4-band resistor, without the tolerance band. #include <ios... (by lastchance)
|
by AndreGS
Help with changing Master Volume with waveOutSetVolume
|
|
[1 reply] : For full volume the value for dwVolume should be 0xFFFF. It's also a g... (by Thomas1965)
|
by Hen52
Please help me with my code :)
|
|
[1 reply] : Line 23: If the user enters a valid (positive) employee id, you're go... (by AbstractionAnon)
|