by suraya
how to create a 2D array
|
|
[4 replies] Last: thank you a lot :) (by suraya)
|
by Gaminic
Compile-time const calculation.
|
|
[2 replies] Last: They can work till there are non changing values in the code.. will th... (by writetonsharma)
|
by fx11
How to post code and output side-by-side
|
|
[6 replies] Last: I appreciate the help. I could not for the life of me find this articl... (by booradley60)
|
by krutuk
Problem with a string of integers
|
|
[2 replies] Last: coder777, thank you very much. I did so stupid mistake. (by krutuk)
|
Sending and retrieving program |
|
[3 replies] Last: According to google, that error LNK1105 is something specific to Micro... (by Chervil)
|
by mhe33
int * & a
|
|
[1 reply] : It's a reference to a pointer. Reference examples: int i = 10; int &... (by Catfish3)
|
by jjwarns
Ceasar's Cipher
|
|
[2 replies] Last: thank you so much. I don't know you, but I'm pretty sure I love you. (by jjwarns)
|
by fluffy
What do you think?
|
|
[8 replies] Last: Oh , I forgot that it starts at zero. Thank you so much for your help... (by fluffy)
|
by Samswindle
User-defined functions and arrays
|
|
[5 replies] Last: There's quite a bit of discussion about that here: http://www.cpluspl... (by Olysold)
|
by Oreo
Program enters infinite loop when validating input
|
|
[5 replies] Last: Instead of two separate loops, put all the conditions together in a si... (by Chervil)
|
by elv5022
Credit Card Validation Question
|
|
[2 replies] Last: #include <iostream> #include <string> int main() { // get the di... (by JLBorges)
|
by Trupti
System.AccessViolationException was unhandled
|
|
[1 reply] : I wonder if someone would be able to help with C#.. its c++.com. (by writetonsharma)
|
by tomz6
VERY SIMPLE CODE - Wont work :( timeGetTime()
|
|
[1 reply] : You should include the header that contains the declaration of functio... (by vlad from moscow)
|
by ZFlar
Program termination
|
|
[4 replies] Last: passLen = strlen(passName); if ( passLen == 1 && pass... (by cire)
|
by spanishgum
Basic Text File Line Counter
|
|
[1 reply] : '\n' means you are going to new line. If you want behavior like in sec... (by MiiNiPaa)
|
by AprilC
Help in Command Line Argument, Multiple Sum Digits
|
|
[1 reply] : Oh and this is all i have so far =( #include <iostream> using namespa... (by AprilC)
|
by Shinji2013
New notation?
|
|
[5 replies] Last: No, it just converts between data types using defined conversions http... (by MiiNiPaa)
|
by ShadoWh
Linked Lists - Deleting Nodes - Beginner
|
|
[4 replies] Last: what the problem is? (by MiiNiPaa)
|
by Bolong Yu
Arrays
|
|
[6 replies] Last: This won't compile. Please compile first. Then try fixing your errors/... (by tcs)
|
printing output to a txt file |
|
[2 replies] Last: Thank you so much!! (by heatherjoanne44)
|