by DdavidDLT
Quick help with ifstream (reading data from file)
|
|
[2 replies] Last: If your RGB data is encoded as 3 numbers to each line I'd probably cre... (by deleted account xyzzy)
|
by FJ39j39fs
Pass class method to object
|
|
[5 replies] Last: i've got displaySomeText() const; which i want to use in two differen... (by dhayden)
|
Filling a cstring array with text from a text file |
|
[12 replies] Last: #include <fstream> #include <iostream> using namespace std; int mai... (by againtry)
|
by DdavidDLT
Removing an element from an array
|
|
[1 reply] : Use a std::map to accumulate similar values. (by lastchance)
|
by zeck239
Help with switch-case statements
|
|
[8 replies] Last: @Handy Andy, you are right. It was in a previous post and I missed it. (by Thomas1965)
|
by Nitsou
I get the error : [Error] expected primary-expression before 'int' for line 17
|
|
[2 replies] Last: hahaha my bad! (by Nitsou)
|
by vysero
Undefined reference
|
|
[3 replies] Last: @dutch Yes that's exactly what it was. I needed to include the lib in ... (by vysero)
|
by UKSeanJ
Returning To A Menu
|
|
[4 replies] Last: Can you at least give more detail about Menu? What do you mean by "ano... (by dutch)
|
by joe2011
Text file and string array
|
|
[4 replies] Last: @dhayden, for step 2, "select 1000 numbers from 1 to N", you want that... (by dutch)
|
by feilara
Bool remove from array by value
|
|
[3 replies] Last: Yes, it can be improved. Instead of copying the entire remaining array... (by dhayden)
|
by arczi w
Forward declarations of classes, invalid use
|
|
[2 replies] Last: Thank you very much! It worked. (by arczi w)
|
by hbcpp
Iterating a file
|
|
[4 replies] Last: Actually, apparently as of C++11, you don't need the file.clear() fir... (by hbcpp)
|
by sadibekov
Create smart calculator.
|
|
[5 replies] Last: double a = get_number(); double b = get_number(); char operation ... (by lastchance)
|
by defs
polymorphism
|
|
[4 replies] Last: When you want to instantiate an object of a derived class from an abst... (by nuderobmonkey)
|
by yell0gs
How to use a loop to fill an array
|
|
[3 replies] Last: Another little "oops"..... line 16 is not using your array. array_va... (by deleted account xyzzy)
|
Issues with using a vector |
|
[4 replies] Last: [quote name=theforgottenone4] Thanks for your reply! Unfortunately, th... (by TheIdeasMan)
|
by TheToaster
Most efficient control condition in a loop (1,2,3)
|
|
[42 replies] Last: You keep arguing the point, why should int be more efficient? In the ... (by TheToaster)
|
by DdavidDLT
Sorting problems
|
|
[2 replies] Last: are you asking how to do a then-by sort? it works like you would do it... (by jonnin)
|
by Dustin792
Program that uses classes and member functions...
|
|
[6 replies] Last: Ok I understand, that worked I appreciate the help. (by Dustin792)
|
by asxxx
Conversion of objects
|
|
[1 reply] : What exactly do you mean by “convert”? Do you mean like cast? Ther... (by highwayman)
|