by najiboun
How I can use L"" prefix for wide chars
|
|
[3 replies] Last: Here is my function : wchar_t* convertStringToWide(string str){ ... (by najiboun)
|
by tonester
Overload operator with this pointer
|
|
[2 replies] Last: operator<< isn't a member function so you've got to use the instance n... (by andywestken)
|
by GuitarMan
Getting to the begining of the line.
|
|
[8 replies] Last: Well, you can basically see the finish line, but you keep turning left... (by coder777)
|
sorting in doubly link list.my code is not working properly.its does sort for 1 or 2 numbers but thn it crashed. |
|
[1 reply] : You use c->next without checking if it's null. (by Peter87)
|
by imdjluis
Question about a setting in Visual Studio Professional 2012
|
|
[3 replies] Last: That step wasn't part of my instructions, it was just something I was... (by cire)
|
by Raakfal
Not keeping track of lowercases ?
|
|
[3 replies] Last: i cant believe i didnt catch that small mistake the last program i wa... (by Raakfal)
|
by maryammms
HW. i dont understand it
|
|
[1 reply] : You have to write a program that does: dot_product = x *y + x *y + ... (by closed account 48T7M4Gy)
|
by IEatDingos
Turbo C++ list files within a directory
|
|
[2 replies] Last: Unfortunately, TCC is so old that VS versions newer than 4.0 won't sup... (by Duthomhas)
|
by jhykima
Pointer Function
|
|
[1 reply] : I'm not sure what the difference between a regular function, without ... (by AbstractionAnon)
|
by seanzybay
split string into words and integers
|
|
[1 reply] : I've written the raw code to read the values. But it looks like your ... (by kbw)
|
by Shira
problem with templates tree
|
|
[8 replies] Last: okay. Thank You!! (by Shira)
|
by juanmiindset
Array Function Help
|
|
[5 replies] Last: you can pass arrays like anything else into a function void someFunc... (by andywestken)
|
by Blackhart98
Trouble with my case loop
|
|
[1 reply] : Not enough information. Your switch statement looks okay assuming Inp... (by AbstractionAnon)
|
by kvilla32
Stuck keep getting an error
|
|
[1 reply] : You need to include the stringstream header. #include <sstream> ... (by AbstractionAnon)
|
by jhykima
Pointers
|
|
[13 replies] Last: It'll all make perfect sense eventually. It just takes a little time t... (by Duthomhas)
|
by juanmiindset
Alignment Help
|
|
[8 replies] Last: Thank you guys so much the problem was the numbers I was using in setw... (by juanmiindset)
|
deleleted |
|
[2 replies] Last: thanks it works now (by closed account yR9wb7Xj)
|
by zecbmo
getting user input with spaces
|
|
[2 replies] Last: Note the getline problem: http://www.cplusplus.com/forum/general/5143... (by coder777)
|
problem with a "cin" |
|
[7 replies] Last: hm... that's odd... what are your inputs? Maybe the previous input wer... (by Gamer2015)
|
by tonester
C++ Classes
|
|
[4 replies] Last: kong288 is right. lines 53 and 54 shouldn't be there. These function ... (by andywestken)
|