by abhikant08
undefined reference to function
|
|
[2 replies] Last: thanks it worked (by abhikant08)
|
by sigutis
fstream problems
|
|
[1 reply] : array declares an array of length 1. That is, it has just one element... (by helios)
|
by TheNoobie
Printing variables
|
|
[3 replies] Last: char * and related (including PCHAR) are most likely C strings, so you... (by helios)
|
another C++ input question -- char to int??? |
|
[10 replies] Last: I like to use this function to text input: char *inputstr(long max... (by helios)
|
by bluegray
STL and Vectors
|
|
[1 reply] : FYI: Don't post your topic in multiple forums. (by firedraco)
|
by kanesoban
invalid conversion from ‘BinaryNode<int>*’ to ‘int’
|
|
[5 replies] Last: No. That is the whole basis of some peoples' arguments that the aster... (by jsmith)
|
by vipul mehta
problem using getline to insert a line in vector
|
|
[1 reply] : std::cin.ignore(1,'\n'); after cin >>n; . (by helios)
|
by Brainiac
UDP server - client communication
|
|
[4 replies] Last: Oh doh, sorry. You could try googling C++ UDP and see what you get, I... (by firedraco)
|
Flow Control Flushing Annoyance? |
|
[2 replies] Last: Ah Ha! It's good to have another pair of eyes. Did you ever know th... (by thecriticalpoint)
|
TXT file got edited |
|
[8 replies] Last: A big thank you to jpeg and guestgulkan for your help..problem solved!... (by closed account 2A54jE8b)
|
by xabnu
Moving large amounts of data
|
|
[6 replies] Last: Sweet, thanks. That's exactly the sort of thing I was looking for. (by xabnu)
|
by computergeek
Making a Operating system
|
|
[17 replies] Last: Sure, but the BASIC "OS" wasn't written in BASIC... For me it was the... (by jsmith)
|
by Jeffrey06
Output date format from number
|
|
[3 replies] Last: You were asking us to tell you how to do your homework. That's why you... (by Zaita)
|
by zhbcool
2D Dynamic array
|
|
[1 reply] : You didn't allocate an array of pointers for 'array' to point to. This... (by helios)
|
by TechNewbie
Load, sort, and average
|
|
[8 replies] Last: Nope. C++'s >> and << have the same meaning they had in C. For integr... (by helios)
|
by filicudi
Newbie: Stuck on some Math
|
|
[5 replies] Last: Mmm, physics 1, good times. That's a beast to do the math. Since yo... (by jpeg)
|
by jdwg569
simiple fix... new to this stuff
|
|
[3 replies] Last: I know what the problem was (first version): On line 4 you declared a... (by helios)
|
by graciano
programming style
|
|
[12 replies] Last: default: break; Doesn't make sense to me. Just leave that away. I ... (by jmc)
|
by sarahjt1017
inFile
|
|
[3 replies] Last: It looks to me like the error is related to declaring a vector, but I ... (by Zhuge)
|
by kanesoban
invalid conversion from ‘BinaryNode<int>*’ to ‘int’
|
|
[1 reply] : *_Root=(*_Root)->Parent; (by helios)
|