by Cchadwicka1
CAlculat students grades
|
|
[1 reply] : Hi, firstly, this isn't the way to take array limits cout << "how ... (by shadder)
|
by geomazzix
map takes no class function as map_value parameter
|
|
[1 reply] : #include <iostream> #include <string> #include <functional> #include ... (by JLBorges)
|
by acid1900
Refactor: Image - Printer - Draw
|
|
[no replies]
|
by stav
Circular include problem
|
|
[1 reply] : First snippet: Line 5: delete the recursive include. Line 9: Incl... (by AbstractionAnon)
|
by graciexc3
Number of occurances of minimum and maximum
|
|
[1 reply] : if you read the file into a data structure you can use a pair of count... (by jonnin)
|
by iosgaming700
writing an iterative loop to compute sum of matrix
|
|
[3 replies] Last: row and col appear to be uninitialized. you probably need row=col=n;... (by jonnin)
|
3rd parameter to STL's priority_queue |
|
[5 replies] Last: A functor is basically the type of a function. A comparator is a speci... (by coder777)
|
by mdustin94
I don't get the errors
|
|
[3 replies] Last: So test the program, perhaps under a debugger, and start fixing the er... (by JLBorges)
|
by haddaauk
file output
|
|
[1 reply] : After the loop on line 27, the input file will be in a failed state (t... (by JLBorges)
|
by jarvisw2
Operator Overload ( >, < )
|
|
[1 reply] : Something like this, perhaps: #include <iostream> #include <string> ... (by JLBorges)
|
by Darkpony
Find all paths of a maze. Different than most.
|
|
[4 replies] Last: > It is very odd that you are able to move diagonally. 8-connected is... (by ne555)
|
by Frank14
Defining a range-checked iterator for vector
|
|
[10 replies] Last: Thank you very much for your guidance. (by Frank14)
|
by Jeyselv
Creating a 50 x 50 grid
|
|
[4 replies] Last: You have a problem with your nested loops. Line 4: Each time though... (by AbstractionAnon)
|
by ahoudali
switch statement
|
|
[2 replies] Last: Switch statement is used to switch between values . Each switch is te... (by Dungeon)
|
by Alenstus
Could someone find the error that I get on this.
|
|
[3 replies] Last: 1) Please use code tags when posting code, to make it readable: http:... (by MikeyBoy)
|
by newguy17
nested while loop
|
|
[5 replies] Last: First, you set your y value to 1. Then the outer while loop executes, ... (by goldenchicken)
|
Logic Question |
|
[2 replies] Last: Yes, hah I am still learning. I will check that out, Thanks! (by closed account 4wvoLyTq)
|
by MrAndersDK
Database queries pattern
|
|
[4 replies] Last: So there is no obvious way to do what I want? Yes, take a look how it... (by coder777)
|
by Kourosh23
Explain the following lines:
|
|
[2 replies] Last: struct DequeList { struct Node { explicit Node( int v )... (by JLBorges)
|
by FrostElf
Printing An array Class of Terms as Char & Int
|
|
[1 reply] : You have made the suite and value (rank) private, so you need to provi... (by Duthomhas)
|