by Banshee1
Default Arguments
|
|
[1 reply] : t2(1, 2); Now tell me values of x, y and z; Only trailing arguments... (by MiiNiPaa)
|
by OSamo
count() for two dimensional arrays.
|
|
[3 replies] Last: I have found that the last code actually works, my mistake was somewhe... (by OSamo)
|
by billywilliam
Pointer to pointer to class
|
|
[1 reply] : to_top("pointer_to_pointer_to_class/thread"); (by billywilliam)
|
by theohux
Output to two out of three files; Help!
|
|
[1 reply] : I'm pretty sure there's something wrong with how I have it checking to... (by theohux)
|
by anonymousxyz
Using and Initializing Pointers
|
|
[4 replies] Last: Ahh, I appreciate the help a lot! (by anonymousxyz)
|
execute paramerized constructor |
|
[1 reply] : abc obj = {abc(1), abc(2), /*...*/, abc(10)}; or abc obj = abc(9)... (by MiiNiPaa)
|
by odai
what is the wrong here ?
|
|
[6 replies] Last: ok i solved it but what about main !! when i write supermarket<in... (by odai)
|
checking for palindromes |
|
[5 replies] Last: Wow, thanks usandfriends!!!! Contario, I'm actually in San Francisco, ... (by closed account 9Nh5Djzh)
|
by sherlock111
Debug Assertion Failed!
|
|
[3 replies] Last: Maybe like this, test the string length before accessing its content... (by Chervil)
|
by chondr
Having problems with functions.
|
|
[1 reply] : for (int p=0; p>x; ++p) p>x will always be false, so the loop does n... (by Chervil)
|
by kingofdice66
Easy question.
|
|
[1 reply] : I prefer to keep the lines of code no longer than 80 characters, the l... (by Chervil)
|
by poziga
Reading ceratin type of data from table
|
|
[1 reply] : char table ; reserves million bytes from stack and sets name "table... (by keskiverto)
|
by kradragon94
Stuck in vector excercise!
|
|
[4 replies] Last: appreciate your help very much! ^_^. now i run just fine, tk (by kradragon94)
|
by TheRob
problem with successive getline() calls and entering EOF on terminal
|
|
[8 replies] Last: @Aceix Thanks for the reply, but I don't think unwanted characters ar... (by TheRob)
|
help me to figure out the error pls........ |
|
[1 reply] : Include directive #include <cstdlib> (by vlad from moscow)
|
Miscalc in find all sum of all mults of 3 and 5 less than 1000 |
|
[2 replies] Last: As well as the double counting of 15 and multiples, the output loop st... (by Chervil)
|
Multiply all smaler numbers than number specified |
|
[3 replies] Last: Variable c will always have the value of b * ( b + 1 ). As in your exa... (by vlad from moscow)
|
by Pebble
TicTacToe Exercise
|
|
[3 replies] Last: Thank's for your comment's. Found an error in the win check at line 12... (by Pebble)
|
by Minimacfox
Help! Investment program
|
|
[no replies]
|
by Hans999
Global variable of own type
|
|
[3 replies] Last: Yes, I have had #include "define.h" both in Form1.h and my_project.cpp... (by Hans999)
|