by buhlakey
Find Gold 2d array need suggestions
|
|
[2 replies] Last: I can get it to print the array exposing where the pieces of gold and ... (by buhlakey)
|
by RanGH
Advice about C++
|
|
[1 reply] : Everything looks like a nail sometimes :) I usually code something w... (by jonnin)
|
by ProtoType25
How do you read the hex/binary OF a file?
|
|
[11 replies] Last: I did not mean to assert or say that at all! You can open a text file ... (by jonnin)
|
by aa3685
Need help with menu/nested loop/switch?
|
|
[no replies]
|
Money denomination code |
|
[2 replies] Last: Generally start by mapping out on paper what you want to happen. In th... (by Manga)
|
by stpy98
Strange question about two equal values
|
|
[4 replies] Last: This is a spurious example: there is loss of information when value + ... (by JLBorges)
|
by ciclonite
Parsing Strategy for an html files
|
|
[2 replies] Last: About regex, please read: https://stackoverflow.com/questions/1732348/... (by Ganado)
|
by An Integer
Check if two copy constructors are equal to eachother
|
|
[13 replies] Last: This won't work if you expect 1/2 to == 2/4 etc. that is why I sugge... (by jonnin)
|
by SkaMan814
Unexpected results when assigning calculated value to variable
|
|
[4 replies] Last: @helios thanks again, I appreciate the help! (by SkaMan814)
|
by daverave1212
What is a good C++ example program that contains all or most basic concepts?
|
|
[1 reply] : I don't think you are going to find any one program that demonstrates ... (by Duthomhas)
|
by Zalkin
Program crashes when executing funktion through subclass.
|
|
[4 replies] Last: Thanks for all the help. How to do i make the code not print out the n... (by Zalkin)
|
by starlord
i am not able to print discount value ; is my program correct
|
|
[1 reply] : (25/100) If you carry out an integer division, you get an integer.... (by Enoizat)
|
by iTrw
files and streams issue
|
|
[2 replies] Last: I fixed it thank you, it should be like that: char x, y; // new c... (by iTrw)
|
by Tduck
Getting string variables from main into constructor/deconstructor
|
|
[4 replies] Last: Nevermind I blanked and then realized you were telling me that the con... (by Tduck)
|
by Kwota
Vowel
|
|
[2 replies] Last: You're missing a closing brace on your isVowel function, but I assume ... (by Ganado)
|
by newguy17
2d array function
|
|
[5 replies] Last: > im currently using dev c++ It would appear that Dev-C++ (orwell) is... (by JLBorges)
|
by Vinz24
program that accept only characters
|
|
[4 replies] Last: To fix the first problem, you will need to do a lot of code rewrite. S... (by Manga)
|
by JStinsch
Urgent Permutations Help Needed!
|
|
[4 replies] Last: @mbozzi: The instructions tell to use double (to avoid integer overflo... (by keskiverto)
|
by toby1a05
My program don"t execute fscanf
|
|
[2 replies] Last: Open the file for input (reading). #include <stdio.h> int main() { ... (by JLBorges)
|
by Kwota
Min Max median Help.
|
|
[3 replies] Last: #include <iostream> int GetInteger(); int Max(int p1, int p2, int ... (by JLBorges)
|