by tfwrx254
Solving a Maze using stacks
|
|
[2 replies] Last: That was a silly mistake, thank you. (by tfwrx254)
|
by christianwos
Assigning values to an int array from another file
|
|
[2 replies] Last: Great! Thanks. (by christianwos)
|
by omzy
Compiling separate files from project
|
|
[1 reply] : You would need to include "Address.hpp" in "test.cpp". When you build... (by MikeyBoy)
|
by BigGoogle
questions of structured data
|
|
[5 replies] Last: Thanks,guys. I need to read constructor parts of c++. I never learn t... (by BigGoogle)
|
by BlackSky
How can I implement vectors into my program?
|
|
[13 replies] Last: You were talking about Handy Andy and you, were you? No it was you I... (by closed account 48T7M4Gy)
|
by Semirxbih
Need help with C++ project
|
|
[13 replies] Last: I'm just a little lost on the project, can't seem to find a template... (by integralfx)
|
by zablas
Where can I get exercises for C++ OOP?
|
|
[1 reply] : All the ones I've found were quite easy In my opinion, this indicates... (by mbozzi)
|
by ktkim
Hello, I have a problem counting the repeated words.
|
|
[1 reply] : Your logic is a bit off here. Every time you input a word into curren... (by integralfx)
|
finding a letter in a string |
|
[13 replies] Last: Yes, remember you need to reserve room for the end of string character... (by jlb)
|
by jdmarcos97
Help a fellow programmer
|
|
[1 reply] : Line 42,47: You're using the assignment operator (=), not the compari... (by AbstractionAnon)
|
by portpabs
Class Score/ Average
|
|
[1 reply] : It is considered best practice to always initialize your variables. T... (by AbstractionAnon)
|
by portpabs
Program is printing '0' with my Result
|
|
[4 replies] Last: thanks for the help guys!, This clarified it so much :) (by portpabs)
|
by jeancy
project
|
|
[5 replies] Last: Hints: Mobile.h: #include <fstream> #include <iostream> #include <s... (by Enoizat)
|
Help Please!! Adding Kelvin conversion to program |
|
[5 replies] Last: ne555 , that's a very good point. Something like: in main: char ch; ... (by dhayden)
|
Need help with a coin flip game and winnings |
|
[1 reply] : This might throw a bit of light on it: 1. toupper overcomes your if er... (by closed account 48T7M4Gy)
|
How do I do a play again loop? |
|
[2 replies] Last: thanks. (by piratekingluffy)
|
by Nakruf
Pointer in struct hands me syntax error.
|
|
[1 reply] : The syntax of your code is ok. It seems the compiler doesn't know anyt... (by Thomas1965)
|
by yelyah
Linked List crashes all the time
|
|
[4 replies] Last: Line 26: n is uninitialized. You should move this line to right after... (by dhayden)
|
by waschbaer
COmparing NaN with a number
|
|
[2 replies] Last: THanks (by waschbaer)
|
by kaprikawn
And operator in IF statement
|
|
[3 replies] Last: C+ uses short-circuit evaluation for && and || operators, for exac... (by dhayden)
|