by Handge
How to output a sound in the Mac Terminal
|
|
[1 reply] : Hello Handge, I am not familiar with a Mac, but you might try std::c... (by Handy Andy)
|
by Billket
Declare members of an array in a class
|
|
[12 replies] Last: #include <iostream> #include <string> const int SIZE = 5; class Stri... (by closed account 48T7M4Gy)
|
by rajhansk
what is WIN32_FIND_DATA and how to use it?
|
|
[1 reply] : A simple websearch leads to Microsoft documentation. Therefore, Micros... (by keskiverto)
|
by Rattler
The sum of the components in vectors.
|
|
[2 replies] Last: Once you master the material in the tutorial, then the standard librar... (by keskiverto)
|
by Billket
no match for 'operator[]'
|
|
[1 reply] : Maybe check the syntax and examples of map::insert() http://www.cplus... (by Chervil)
|
by Nick89
Convert character to operator
|
|
[1 reply] : It depends on what your assignment needs you to do. Is it simply a ma... (by Chervil)
|
by helixprog
threads
|
|
[3 replies] Last: > if any of the dofunc()'s depend on stdio then they'd block the progr... (by JLBorges)
|
Recursively find 1s in binary |
|
[2 replies] Last: #include <iostream> int countBits(unsigned long n) { if (n == 0... (by tpb)
|
by ThatGrayRock
Trying out *getline(cin, VarName)* Help.
|
|
[1 reply] : When you enter the minutes you type some digits and then press enter, ... (by tpb)
|
by Thesimch
Help pls on pancake glutton
|
|
[5 replies] Last: Hello Thesimch The more I look at your program the more I feel that y... (by Handy Andy)
|
by jamesfarrow
function template explicit instantiation
|
|
[1 reply] : Note that you don't have a templated function, Max . One returns not... (by cire)
|
by helixprog
Deletion from a circular linked list
|
|
[4 replies] Last: dhayden, Thank you so much for your input the code worked perfectly.... (by helixprog)
|
by zaratustra
Matrix class and some compiling error
|
|
[1 reply] : Do not include one cpp file in another cpp file. Just include the head... (by JLBorges)
|
by shalzy
Assigning operations
|
|
[1 reply] : char operation ; // ... operation = '-' ; // ... operation = '+' ; //... (by JLBorges)
|
Creating a funtion that return a memory adress |
|
[2 replies] Last: Perfect! I was not getting how to return a pointer but now I got it! t... (by Lucas Fiorini)
|
Simple Programming Problem |
|
[10 replies] Last: I started at "i = 0;" then i <= 2230; then which increments by 1000. ... (by dhayden)
|
by pizza
Outputting garbage
|
|
[4 replies] Last: Thanks you all~ I really appreciate it!! (by pizza)
|
by skyrimpimpo
Saving lines in file to variable.
|
|
[9 replies] Last: It was missing in.ignore. That was it. (by skyrimpimpo)
|
by subeydoo
Outputting input and output to both console and file
|
|
[4 replies] Last: Thank you so much, it worked like a charm. I don't know how I missed p... (by subeydoo)
|
by louiesluck
User Defined Array, Pointer Help
|
|
[6 replies] Last: JLBorges, Everything compiled perfectly. Thank you very much! I could... (by louiesluck)
|