by Deivux
Code is not working
|
|
[9 replies] Last: Can I just question the logic of: for (int i = 0; i > n - 1; i++) W... (by Vortex47)
|
by Ch1156
string find function help
|
|
[14 replies] Last: The parentheses, the parentheses (and the precedence of operators). S... (by keskiverto)
|
by D3CIM8OR
Multiple definition error using Dev-C++
|
|
[6 replies] Last: no, the linker resolve's everything itself (by heepoo)
|
by kroragna
Help
|
|
[3 replies] Last: did you solved it yourself? you should post a sample text file, which ... (by anup30)
|
by jhykima
Pointers or References
|
|
[7 replies] Last: I should try to use -1 to indicate not found? Well, it is one common... (by andywestken)
|
Help with strings. |
|
[2 replies] Last: i tried to remove line 14 but after i put a name with space, nothing h... (by closed account zwpL3TCk)
|
by spsrijan
Random string generator generates same string
|
|
[2 replies] Last: Thanks a lot :) (by spsrijan)
|
by julieen03
row table pb
|
|
[14 replies] Last: i added diagonals, but it don't work when i try 2 7 6 ==> 15 9 5 1 =... (by julieen03)
|
by wt1155
Can someone help me with this linked list question ?
|
|
[2 replies] Last: #include <iostream> using namespace std; class LinkedList { struct N... (by wt1155)
|
by ferrad
Initialization of static arrays
|
|
[4 replies] Last: It looks like this code is working in Debug, but not Release. Could o... (by ferrad)
|
by plususerz
Importance of this specific piece of code in producing the correct result?
|
|
[1 reply] : time(NULL) returns the current time. If you don't use that, than y... (by Won)
|
by dea5086
Help with a poll problem.
|
|
[1 reply] : Line 39 is wrong. http://www.cplusplus.com/faq/beginners/logic/#or-vs-... (by MiiNiPaa)
|
by sajis997
escape sequences and C++11 regular expressions
|
|
[17 replies] Last: There should be no space at the end of regex. (by MiiNiPaa)
|
by learncmasmas
passing pointers in data slicing example
|
|
[1 reply] : > Here is my confusion. For example the valuefunction above accepts a ... (by ne555)
|
by nerdpwn
What is wrong ???
|
|
[1 reply] : It works fine here, please post the error message... (by Gamer2015)
|
by awoit
Output from a .txt file issue
|
|
[3 replies] Last: Are you sure the file is actually opened? if(!notepad.is_open()) c... (by admkrk)
|
by Blackhart98
Question about class constructors
|
|
[4 replies] Last: I gave an example of the algorithm here: http://www.cplusplus.com/foru... (by kbw)
|
I need help understanding this block of text |
|
[1 reply] : The Point at the bottom is the actual values of the points, the upper ... (by tristan1333)
|
by mikel792
Dynamic 3 Dimensional Array Crash
|
|
[4 replies] Last: Mike, pay me no nevermind. I'm getting back into code to try to keep ... (by shawnlau)
|
by Doge1
Validating if First name & Last Name is Typed Correctly
|
|
[7 replies] Last: grrr i didnt see his second sneaky post :/ (by mutexe)
|