by jabeh
class
|
|
[7 replies] Last: oh no i mean to create a class The brief basics of creating a struct... (by deleted account xyzzy)
|
by Paul5
Problem in File handling and 2D array
|
|
[2 replies] Last: [Continuation of this thread http://www.cplusplus.com/forum/general/28... (by seeplus)
|
by mal123456
Do while loop prints only one number instead of 10
|
|
[8 replies] Last: LOL. Sounds like this is taking on a life of its own. Perhaps someone... (by againtry)
|
by masninoeh
Read Files
|
|
[2 replies] Last: thank you so much for your help, now i know what should i do :) (by masninoeh)
|
virtual functions |
|
[2 replies] Last: ok thanks for the reply. (by closed account j8Mo2yTq)
|
by audioni
Completely lost
|
|
[5 replies] Last: ... (by againtry)
|
by chipp
const variable syntax (1,2,3)
|
|
[52 replies] Last: const does not do anything actively, to my knowledge. - it lets the c... (by jonnin)
|
by Leo2505
Associative array map with key
|
|
[3 replies] Last: As a starter, perhaps consider: #include <string> #include <iostrea... (by seeplus)
|
by Robert9388
Placing Functions inside class vs outside
|
|
[3 replies] Last: One caveat is that it can make a difference if you don't have LTO (L... (by Ganado)
|
by mohorter
Secant Method error in code
|
|
[4 replies] Last: span a root? Realistically, your method is only going to work if f(x... (by lastchance)
|
by caseyscherm
Passing pointer to an array into a function
|
|
[5 replies] Last: You can also pass by templated reference: #include <iostream> temp... (by seeplus)
|
by Smith441
problem linked list.
|
|
[2 replies] Last: You first need to open the file std::ifstream ifs("INPUT.txt"); if ... (by seeplus)
|
by zoyeava
Divination Calendar/I-Ching Program
|
|
[1 reply] : I see a<10,b<17 as a potential problem. You may read more about C++ ... (by kevinkjt2000)
|
by Vladek
Columnar transposition in C++ (1,2)
|
|
[21 replies] Last: You're so vain, I bet you think this post's about you. (by The Grey Wolf)
|
by Kaiser89
Can't bubble sort char 2d array, gets segmentation fault 11
|
|
[8 replies] Last: change to int i = 0; and int j= 1; type initialization then. You nee... (by jonnin)
|
by Shavana
Anagrams!
|
|
[3 replies] Last: Oh right now I understand it thank you for the clear explanation good ... (by Shavana)
|
by PhysicsIsFun
if ( ) + side effects
|
|
[16 replies] Last: This questions is (sic) simply about how the language works. Really?... (by againtry)
|
by Kaiser89
Can't fill in 2d array from comma-delimited text file
|
|
[6 replies] Last: They are actually delimited with comma and then a space. @OP How is... (by againtry)
|
by vairell
If else
|
|
[3 replies] Last: How i make the code to read all the conditions before making decision... (by againtry)
|
by ChelseaMan92
Formatting Question!
|
|
[2 replies] Last: ------------------------------------------------------ |10 |11 |12 |1... (by againtry)
|