by award982
Threads, how to use them?
|
|
[2 replies] Last: If you have enough patience, you can wait C++0x multi-threading http:/... (by Bazzy)
|
by monkeywrench
No Matching function error
|
|
[9 replies] Last: OK....I commented out that section in Stroustrup.h and now it will com... (by monkeywrench)
|
by jorge01
linking data from a terminal to a c++ application
|
|
[2 replies] Last: helios, thanks for your interest, i need to analyse financial data ... (by jorge01)
|
by gantsooj
random number between -1 and 1
|
|
[1 reply] : That code works for me. (by jsmith)
|
by monkeywrench
Conversion to non-scalar type problem
|
|
[2 replies] Last: Stroustrup is only related to the try/catch block. It is from a text ... (by monkeywrench)
|
by alias
C-string input / output
|
|
[3 replies] Last: If you're using C-strings then use: char str ; cin.getline(str,... (by mcleano)
|
by SoetSout
textfile into structure
|
|
[3 replies] Last: sorry if i wasnt clear, i need to input data from a textfile(the above... (by SoetSout)
|
by mulgar
Need assistance understanding comiler error on vector iterator
|
|
[2 replies] Last: Thanks so much for responding firedraco! I tried out your suggestion a... (by mulgar)
|
by ztein
Function prototype errors
|
|
[2 replies] Last: Thanks, errors have dissapeared. But how would you pass multiple ar... (by ztein)
|
by ztein
Converting seconds to days, hours, minutes and seconds?
|
|
[2 replies] Last: Worked perfectly. Thanks alot. (by ztein)
|
Saving Two Structures in One File |
|
[2 replies] Last: and the continuation... =/ #ifndef _sdmenu #define _sdmenu i... (by destinedjagold)
|
by webmaster 2
C++ syntax that determines characters case
|
|
[2 replies] Last: Thanks much Bazzy (by webmaster 2)
|
by wachtn
copy text to clipboard
|
|
[2 replies] Last: Thanks helios for that great reply (by wachtn)
|
by jonashoumaa
Ansi Escape code - Wrong symbols
|
|
[8 replies] Last: No, I'm sry... didn't work.. Well I need my sleep but thx, for the he... (by jonashoumaa)
|
by petergrwl
integer to string
|
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/9645/ (by mcleano)
|
by Alnaimi
Using bash instead of CMD?
|
|
[4 replies] Last: The shell that gets attached to your executable depends on your system... (by Duthomhas)
|
by mr zdeis
saving my work
|
|
[2 replies] Last: tnx (by mr zdeis)
|
by award982
How do you get a pressed character to a variable?
|
|
[19 replies] Last: Curses is not a standard library. You need to go download it. (by Zhuge)
|
by arcadiu
Function Bug
|
|
[3 replies] Last: Ahh thanks mate that worked and I also was using + instead of - LOL th... (by arcadiu)
|
by hannes
strcpy
|
|
[6 replies] Last: Ok, i've got it, thanks! (by hannes)
|