by ericblites
Bus program
|
|
[1 reply] : graphics.h is not a native include file to the best of my knowledge, I... (by mattballj10)
|
by Ericbuggo
How to read external file into parallel arrays
|
|
[1 reply] : What you want to do is have a function (or 2 if you want) that streams... (by mattballj10)
|
by camaradecha
Error passing dynamic array as arguments
|
|
[2 replies] Last: line 232, 256, 261, 285, which basically are the function prototypes/c... (by camaradecha)
|
by Jacob2323
Doubly Linked List
|
|
[1 reply] : A doubly linked list is a list that assigns pointers to both the previ... (by mattballj10)
|
**pointer and 2D array |
|
[1 reply] : I'm confused what you are saying because **p=a; is a pointer to a... (by mattballj10)
|
by rictheric222
Bowling Program
|
|
[1 reply] : Hello, Here are my 2 cents: 1. Your error on line 13 is in fact a poi... (by ritstudent)
|
by Drue Peters
Multiline String
|
|
[1 reply] : Try using #include<stringstream> (by mattballj10)
|
by fumes007
Program fails to display output
|
|
[1 reply] : Hello, You would need to call a command that writes to stdout (the te... (by ritstudent)
|
by chiedozie
I can't open a directory in my terminal.
|
|
[2 replies] Last: Oh wow *facepalm* ... completely forgot. thanks!!! (by chiedozie)
|
by tburns1992
Determining even/odd numbers from .txt file
|
|
[2 replies] Last: That works brilliantly, such a big help! Thank you JL (by tburns1992)
|
by Manvir Singh
[HELP] [solved]c++ dll.cpp:12:8: error: 'string' does not name a type
|
|
[2 replies] Last: solved thanks. I forgot =) (by Manvir Singh)
|
by Freust
Need help w/ random library.
|
|
[4 replies] Last: @Danny Toledo Thanks, I'll see if I can clean it up. Sound like I nee... (by Freust)
|
by shrimpfajita
"Payroll" code
|
|
[1 reply] : for (int index = 0; index <= size; index++) should be: for (int inde... (by wmichaelv)
|
by adechavez
Problem with array
|
|
[1 reply] : Try the following change cin >> v; cin >> c; cin >> s; cin >> w; cin ... (by wmichaelv)
|
by MEM4FP
How do I turn a string word into letters?
|
|
[2 replies] Last: #include <iostream> #include <vector> using namespace std; int main... (by ritstudent)
|
by ravel1989
I'm having a random numeric issue with this code
|
|
[2 replies] Last: http://www.eelis.net/iso-c++/testcase.xhtml (by ne555)
|
by mattballj10
Problems with my algorithms, any help appreciated
|
|
[no replies]
|
by unik
Help Me Please
|
|
[no replies]
|
by rictheric222
'}' error..expected unqualified-id before 'else'
|
|
[3 replies] Last: Oh wow thanks, I looked for a long time and never saw that.. that's wh... (by rictheric222)
|
by It3rat0r
QT creator LNK2019 meaning?
|
|
[4 replies] Last: When you say link the files together how do you mean? If you are askin... (by It3rat0r)
|