by Zenith1900
Help keeping consistent variables
|
|
[5 replies] Last: Line 14: Should be oldage, not age. age will give you the age of the... (by AbstractionAnon)
|
Matrix Product |
|
[1 reply] : Hi, Try moving line 7 out side the loops, at the moment the answer wi... (by TheIdeasMan)
|
by ECEsasha
Wrong output in Sudoku Solver?
|
|
[7 replies] Last: Shouldn't you iterate the whole board like you do on lines 77 & 78? Lo... (by TheIdeasMan)
|
by RadWayne
Random Number Generation
|
|
[3 replies] Last: You only need the seed to be different each time you run the program b... (by Peter87)
|
by kerolz94
Pointers, need opinions
|
|
[no replies]
|
declare class |
|
[2 replies] Last: Thanks so much :D (by nguyentuandang)
|
by Starhowl
Creating a simple 'hello world' and linking it together with 2 pre-compiled objects
|
|
[2 replies] Last: You can also make the .obj files into library files! Just use the comm... (by ultifinitus)
|
by Engineer1990
Why is my console doing this???
|
|
[5 replies] Last: Your code is gone, so that makes it difficult for others to comment. ... (by TheIdeasMan)
|
by ECEsasha
Inheritance?
|
|
[11 replies] Last: Did the instructions say to have the classes setup like that though? ... (by giblit)
|
by Engineer1990
Need Help With Private/Public Class
|
|
[7 replies] Last: Ok, still no need for set functions: Get the info, make a car object w... (by TheIdeasMan)
|
by football52
suffixes
|
|
[4 replies] Last: Yessir you still have to declare what it is (generally, not including ... (by ultifinitus)
|
by ckoeber
Converting a std::wstring to int...
|
|
[4 replies] Last: Thank you very much for the example, I definitely tried to search but ... (by ckoeber)
|
by pepstein
Help with insert function with nodes
|
|
[13 replies] Last: Hi Pepstein, Marissa here. How are you are calling insert() in the mai... (by closed account S3TkoG1T)
|
by Arcie
Having issues with file verification loop
|
|
[1 reply] : I figured it out!!! I AM SO PROUD OF ME!!! Sorry for the caps sentence... (by Arcie)
|
by Twotall86
C++ dynamic array
|
|
[1 reply] : This is homework? If the reply is no, use a vector instead. www.cplusp... (by iQChange)
|
by Irhcsa
Can't send programs to people.
|
|
[1 reply] : Nevermind. After ALOT of messing around and changing stuff I figured i... (by Irhcsa)
|
by kbsmith48
Non-Recursive gray code
|
|
[1 reply] : This is what I have so far. It only prints out 0. #include <iostream... (by kbsmith48)
|
by IWishIKnew
Clearing cin's buffer
|
|
[5 replies] Last: @ SorinAlex While that does clear cin's buffer, that's not what I was... (by IWishIKnew)
|
by Zenith1900
Help aligning
|
|
[7 replies] Last: Great! Thank you very much! (by Zenith1900)
|
by amateurhour
Lost in base conversion.
|
|
[4 replies] Last: @chervil ... thank u for your reply ..ofcourse I do respect your choic... (by dero)
|