Decimal to hexadecimal converter |
|
[4 replies] Last: Two approaches: #include <iostream> #include <iomanip> #include <str... (by cire)
|
by keongie
Fast retrieval/ reading of data
|
|
[6 replies] Last: One more comment. If you had full control over the format of the data ... (by Chervil)
|
toupper and tolower error |
|
[10 replies] Last: use int main() in C++ rather than void main(); (by Group of Eight)
|
by donvigor
array, sentence, word elimination
|
|
[1 reply] : Use std::string to hold the sentence and the word to be eliminated, ... (by JLBorges)
|
Factorial Finder |
|
[19 replies] Last: unsigned int num; doesn't prevent the user from entering a negative ... (by JLBorges)
|
by donvigor
going out of the matrix
|
|
[3 replies] Last: Assume the matrix is nx*ny. Then your function should look like this (... (by ats15)
|
by Shrpie
unlimited input from user
|
|
[1 reply] : Please see Dynamic memory allocation and/or vector stuff.... (by condor)
|
by Jancerocks
Help with building cash register for homework
|
|
[2 replies] Last: It looks more less ok. But you're not "reading the price and the numbe... (by andywestken)
|
by azmizryk
how to change the configuration of Visual Studio
|
|
[2 replies] Last: i have 2010 and i never install whole Visual Studio i just install Vis... (by azmizryk)
|
by Andym
Why am I getting different values here
|
|
[3 replies] Last: Can't you use 'rowNumber' to assign to 'Assignments'? (by maeriden)
|
by kingkong200
char **pointers
|
|
[12 replies] Last: I see thanks. (by kingkong200)
|
by philbertfour
bubble sort
|
|
[2 replies] Last: Good eye and thanks! It's working now. I had something similar going... (by philbertfour)
|
by wayne57
random list picker
|
|
[no replies]
|
by programgirl
prototype for class with multiple template variables
|
|
[1 reply] : What's important is that the class name includes the template argument... (by Daleth)
|
Attack sim error |
|
[4 replies] Last: if(sneak_num == 1,2,3,4,5) Only validates sneak_num == 1 . I don't ... (by Daleth)
|
by ZeHgS
Unresolved externals when Vector1 = Vector 2
|
|
[3 replies] Last: Anything that can be done should be done in an initializer list. The ... (by Lowest0ne)
|
by rafae11
removing vector elements
|
|
[7 replies] Last: thanks for the help. I modified the code and is working fine. #inc... (by rafae11)
|
Overloaded function. |
|
[8 replies] Last: From what I see, if I understand correctly, you can simply delete over... (by MatthewRock)
|
Copying folders and their contents |
|
[18 replies] Last: THAT sounds like a good idea. I've been asking people for ideas and t... (by ThtCooperFellow)
|
by vadkortefa
Read text array to array
|
|
[11 replies] Last: Thank you very much, but it did not give the right number (which is 20... (by vadkortefa)
|