by jkelly18
Making a Clock with Classes help
|
|
[2 replies] Last: Any help at all? I don't want the program written for me I just want h... (by jkelly18)
|
by kolo7880
Writing a Program that Can be Run Multiple times
|
|
[6 replies] Last: Nevermind, I replaced the "cout << "You entered: " << stockname << "\n... (by kolo7880)
|
by katty123
debugging error - exceptions
|
|
[2 replies] Last: Also, adding to yulingo 's observation: word <'65' - single quotes ... (by JockX)
|
by ASCII14
32767??? help!
|
|
[2 replies] Last: thanks, i havent gotten to use id or descrip yet. (by ASCII14)
|
by drzazga
PassWord program
|
|
[4 replies] Last: Jock, never mind. you fixed it! thanks for the help. :) (by drzazga)
|
by harry9393
Change code to read a 3x3 matrix to an nxn matrix from a file
|
|
[1 reply] : The simple solution is to loop nxn times and read and push one number ... (by yulingo)
|
Trying to get input from file and send to a class |
|
[6 replies] Last: http://www.cplusplus.com/forum/articles/40071/#msg218019 (by ne555)
|
by hilft
exception question help!!
|
|
[1 reply] : catch(double x) { x *= 2; } cout << x; // in this scope x is unde... (by JockX)
|
by hilft
exception question help!!!
|
|
[1 reply] : I don't know much about exceptions but I think the data type that you ... (by Garion)
|
by Michael 11
How to read a text file in Visual studio
|
|
[1 reply] : Try "clean" and "rebuild all". (by yulingo)
|
by Kirito
Passing arrays to Functions
|
|
[1 reply] : Arrays are zero-indexed, so if you have an array of SIZE elements, you... (by yulingo)
|
Help please for (me) reading a text file I open |
|
[2 replies] Last: thanks here is what i came up with // Lab6_W01045456.cpp : Defines th... (by jamiejimbo622)
|
by billlyf
c++ dot product with vector tables
|
|
[18 replies] Last: What you have there may be overkill. I was thinking more along the lin... (by booradley60)
|
by ashunti88
serious matter
|
|
[3 replies] Last: You seem to have a mis-understanding of what this forum is for. We ar... (by Stewbond)
|
by Blank
conditional operators...
|
|
[8 replies] Last: @Computergeek01, I see no point what so ever in your comment. Did you ... (by snowright)
|
by joeyeld7
Getting file into dynamic array with class
|
|
[3 replies] Last: I also keep getting a error that states" unresolved external symbol" (by joeyeld7)
|
by Elize
can't create more than a certain number of threads
|
|
[2 replies] Last: Okay, I derped. After reading some tutorials, I tried to make the thr... (by Elize)
|
by Ramadonis
Help with letter guessing and arrays
|
|
[5 replies] Last: Worked on it a bit more and replaced the above with this... //Entry... (by Ramadonis)
|
by umax11
Array Values
|
|
[1 reply] : It could output any number at all, since a is not initialised. Only... (by Chervil)
|
by simi
Function call operator
|
|
[2 replies] Last: Header File: typedef unsigned int Uint; typedef vector<Uint> TVint;... (by simi)
|