by fawie
cant figure out how to struture this
|
2) Write a program that will allow you to enter 4 separate numbers. The code should be able to do t... |
Nov 17, 2015 at 11:25pm
[4 replies] Last: thanks ...well that's the part i need help with. i dont know how to in... (by fawie)
|
by skilly
Nested dependency-loop classes
|
I am sorry if this question has been asked before, but I am not sure how to word what I am trying to... |
Nov 17, 2015 at 11:22pm
[no replies]
|
by ModcaFox
Code Not taking string
|
When i start the program it successfully asks for the "identifier" variable, however when it gets to... |
Nov 17, 2015 at 10:57pm
[7 replies] Last: getline() isn't necessary ... #include <iostream> #include <string... (by closed account 48T7M4Gy)
|
by zacklucky
loop and string length issues
|
Write your question here. #include <iostream> #include <string> #include <vector> using ... |
Nov 17, 2015 at 10:15pm
[1 reply] : One thing is that you should make your vector a reference in the loopi... (by koothkeeper)
|
by claivin
Printing right-aligned triangle with descending numbers
|
I'm trying to figure out how to create output which looks like this. 1 21 321 4321 ... |
Nov 17, 2015 at 10:05pm
[2 replies] Last: ah okay. I rearranged some variables and got it to work. void displ... (by claivin)
|
by flynryan53
help with morse decode program
|
hi im writing a program to decode a morse code message. my program compiles without any error but no... |
Nov 17, 2015 at 10:01pm
[5 replies] Last: The command: cat input | main is a way to run your program on U... (by koothkeeper)
|
by Mr Happy
Having trouble with verifications
|
So i want to make sure the input is only a int and it is not trailed by a character. I am up to func... |
Nov 17, 2015 at 8:48pm
[1 reply] : Please edit your post and add code tags. I am up to functions in my ... (by jlb)
|
Generic class |
Help me brother . i have made a class like this template<typename t1, typename t2> class Set{... |
Nov 17, 2015 at 8:42pm
[3 replies] Last: What is the complete error, all of them? There is important informatio... (by jlb)
|
Why does my code crash my program when I change one value? [C++] |
I wrote a program for an assignment that takes pixel values and negates them with a 2D array. The 2D... |
Nov 17, 2015 at 8:23pm
[2 replies] Last: Looks like I must have overlooked that for the ImageJ array, it works ... (by closed account oN3h0pDG)
|
by Arquon
How to take out numbers out of interval ?
|
Hello, I have an interval of 'a=5' and 'b=8'. I need to print out all possible scalene triangles sid... |
Nov 17, 2015 at 7:40pm
[2 replies] Last: It worked ! Thank you very much :) (by Arquon)
|
by doon
classes
|
Part 1: Write a class called (Student) which contains the following data members: - Private member... |
Nov 17, 2015 at 7:30pm
[3 replies] Last: Why do you have a constructor with arguments? Your assignment only spe... (by jlb)
|
by adventurer
How should I use opengl and glut to translate object
|
Hey guys, I'm making a small 2d game using c++, OpenGl, and Glut. I need help using a class to cre... |
Nov 17, 2015 at 6:57pm
[5 replies] Last: Pseudocode: allwalls.display_wall(); If you want that syntax, you wil... (by Kevin C)
|
by Edward01
Using priority_queue
|
Hello, i have some objects that I would want to keep in a priority, my question is how to make them ... |
Nov 17, 2015 at 6:51pm
[6 replies] Last: thanks Zhuge (by Edward01)
|
by beccak0316
Determining outputs
|
Please explain to me how to solve: Line 4: In main: num1 = _______, num2 = _______, and t = _______... |
Nov 17, 2015 at 6:27pm
[no replies]
|
by Zoza
Can you please show me how to write a code based on the format
|
The file comprises a list of US stock symbols and their prices from the period 2000-2015. How to wri... |
Nov 17, 2015 at 5:13pm
[1 reply] : Please don't double post. http://www.cplusplus.com/forum/general/1789... (by MikeyBoy)
|
by KMagic
[Read binary file] - Last chunk of bytes read twice
|
Hi everyone, I wrote a template function for reading binary file. I also got a binary file which co... |
Nov 17, 2015 at 5:01pm
[4 replies] Last: Agreed since while(file) will check for all stream errors not just e... (by jlb)
|
Using Time Function !? |
I am confused ! Please help me to solve this question ... Q: Use the time function from this cod... |
Nov 17, 2015 at 4:10pm
[2 replies] Last: Don't care about the code. I want only to know How To generate 5... (by Beginner Student)
|
by kalki
How to write unit tests to test individual functionality in C++ classes?
|
How to write unit tests to test individual functionality in C++ classes?? Explanation with simple e... |
Nov 17, 2015 at 4:00pm
[5 replies] Last: you need to write a separate application that will test the classes, t... (by Jaybob66)
|
by Edward01
Heap vs Stack
|
I'm writing a recursive function (for IDS/DFS algorithm), and using dynamic stack to save the nodes,... |
Nov 17, 2015 at 3:15pm
[4 replies] Last: deleting the allocated data is one thing. I also wonder if your recurs... (by liuyang)
|
by SGSpecial
CALLING THE FUNCTION (Decoding a barcode) PLS HELP !
|
Hi , i apologize in advancing if i posted in the wrong forum... I currently working on a project t... |
Nov 17, 2015 at 2:42pm
[2 replies] Last: Perhaps a few links to the libraries you're trying to use might help. ... (by jlb)
|