by SiBurtonGuy
Matrix and Files Question.
|
|
[9 replies] Last: No, all you need is a function that will read an array from any given ... (by Duthomhas)
|
by Parse
Finding a rectangle area
|
|
[8 replies] Last: Thank you! That is part of the problem. A big part for sure. The ot... (by Parse)
|
output coming out incorrectly |
|
[4 replies] Last: it work!! Thanks Alot!!! (by closed account o1w5fSEw)
|
by vanvan329
Very confused. Program skipping all lines of input
|
|
[13 replies] Last: Look here to get an idea of how to use struct. http://www.cplusplus... (by jamesmk)
|
by hit45
Beginner; Interested in game programming and have a basic question
|
|
[14 replies] Last: That was the best explanation I've heard yet. This gets me fired up kn... (by hit45)
|
by luckyl
class question
|
|
[no replies]
|
by newuserkang
Binary Calculator
|
|
[16 replies] Last: You don't actually need to read it as decimal. Just read it one digit ... (by Duthomhas)
|
by JoshuaS
[C++] Program for storing cross-references with linked lists, print doesn't work
|
|
[2 replies] Last: I've got a weird issue with the print function: it only prints somethi... (by JoshuaS)
|
by anthonys1mom
Crash! Program to count and average odds and evens crashes...
|
|
[2 replies] Last: Duh! I should have seen that! Thank you so much! (Isn't it always t... (by anthonys1mom)
|
making your own functions?? |
|
[no replies]
|
Need direction in starting a structure with arrays from a file |
|
[no replies]
|
by firix
compile error?
|
|
[4 replies] Last: @Bazzy I do not understand what was wrong (by firix)
|
by Flynn380
Converting from any base to any base
|
|
[3 replies] Last: @ hamsterman - That's why I was thinking about taking the input as a c... (by Flynn380)
|
by waqqassheikh
Hangman Game - Multiple countries selected.
|
|
[2 replies] Last: OH MY GOD! You're a Genius! Thanks! The thought honestly didn't e... (by waqqassheikh)
|
by joseph63
Arrays of characters
|
|
[1 reply] : It's just like the compiler says - you can't use ++ on a temporary. S... (by Athar)
|
by chesterbloke
Problem with string arrays?
|
|
[1 reply] : vector<string> verbs; verbs.push_back("TAKE"); verbs.push_back("DRO... (by Athar)
|
by paul23
forward declaration problems
|
|
[4 replies] Last: Problem with enumerates is that I have to "link" it to the function I ... (by paul23)
|
by soupsoup
x is not a class or namespace name
|
|
[10 replies] Last: Sorry to bump again but I really can't figure this out. Edit: I mov... (by soupsoup)
|
by helloski
new object, dynamic memory
|
|
[4 replies] Last: coder777, I think the simplest way to explain it is in video game term... (by helloski)
|
by lolzgeorge
double to int conversion errors
|
|
[12 replies] Last: Line 37, you reference id name grades , not only are there no lowe... (by Enoch Root)
|