by mickey
Read file and extract text
|
|
[9 replies] Last: Checking the first column: std::string arg1 = "XYZ"; std::st... (by Galik)
|
by ramKrushna
How to get the Responce from vmware
|
|
[1 reply] : If your code is running, the VM is on. :-) Is what you really want ... (by PanGalactic)
|
by ultifinitus
Getting Address of Current Instance
|
|
[2 replies] Last: For serious! Oh my gosh, thank you for that! (by ultifinitus)
|
noskipws stringstream |
|
[no replies]
|
by sidjey
class, realising binary tree
|
|
[1 reply] : Look at wikipedia for Binary Search Tree: http://en.wikipedia.org/wiki... (by imi)
|
by gnwillix88
counting paired elements in a Vector
|
|
[4 replies] Last: Well void sort( BidList &bidlist ) { stable_sort( bidlist.be... (by gnwillix88)
|
by sedrel
Virtual operator== overloading in derived templat classes
|
|
[5 replies] Last: I prefer this solution over the one in the link: template <class... (by imi)
|
by bezad
Template Link Error LNK2019 Can be avoided
|
|
[2 replies] Last: ... or template pre-instantiation. (by kbw)
|
by keth802
Quick sort algorithm troubles
|
|
[1 reply] : What do you want for someone to debug it for you? Have you tried to d... (by kempofighter)
|
by rudster816
.txt to ASCII Code Array
|
|
[3 replies] Last: You've got it. The only difference between and ASCII value and what... (by Duthomhas)
|
by timbomo
counting number of words in a text file in C++
|
|
[3 replies] Last: yeah i think gcount or istream& get ( char& c ) or istream& get (char... (by timbomo)
|
by niti
Problem in pointing to next address in linked list
|
|
[1 reply] : That code is totally, completely wrong. First of all, temp is uni... (by jsmith)
|
by TheTSPSolver
C++ on Windows V.S. Unix
|
|
[14 replies] Last: @TheTSPSolver You might want to look at something like Cygwin: http... (by Galik)
|
by LuisRT
Events on C++
|
|
[2 replies] Last: You're getting ahead of us helios. Either one requires a process to wa... (by Computergeek01)
|
by oha
match column value in text file
|
|
[5 replies] Last: many thanks Imi :) my problem is solved, I used stri... (by oha)
|
by Javac
C++ - unsigned long long int comparison
|
|
[3 replies] Last: I think you get wrong results when var is larger than var , eg: ... (by Null)
|
File I/O |
|
[7 replies] Last: Oh ok, I got the problem. Thank you. :) (by rachitagrawal)
|
by ohsnap1319
Bitwise Operators
|
|
[3 replies] Last: Wow, I guess that is why it wasn't throwing a message, because when I ... (by ohsnap1319)
|
by mpodich
Type name Expected: Error
|
|
[1 reply] : You should post the full error message, and the line with the error, a... (by kbw)
|
by Null
int to char array conversion
|
|
[2 replies] Last: Endian-unsafe: union int_bytes { unsigned char chars[ 4 ]; ... (by Duthomhas)
|