by fioderick
How to Add Design to my Console Program in TUrbo C++
|
|
[3 replies] Last: This may help: http://www.cplusplus.com/forum/beginner/5830/ (by Undeclared)
|
by Draahl
cout problem
|
|
[5 replies] Last: You welcome! (by CosminNTG)
|
by eypros
About terminating a while(cin >> s) loop
|
|
[6 replies] Last: Ctrl-D is EOF (in Linux). Unless you hit Ctrl-D (EOF) then the loop s... (by Galik)
|
by dhrosti
Excel crashes when accessing an XLL function.
|
|
[1 reply] : I would build a debug version and step through it with the Visual Stud... (by kooth)
|
Help on if then, else if... |
|
[4 replies] Last: Thanks a lot, I will give this a try. :) (by BenjaminFranklin)
|
by codrgi
show certain value?
|
|
[1 reply] : value%10 will give you last digit. Value%100 will give you last two di... (by Undeclared)
|
by misaeltovar
Reading Text file and filling a 2D array
|
|
[2 replies] Last: any way of doing this whit a 2D array? (by misaeltovar)
|
by NJC
But it IS declared...isn't it?
|
|
[2 replies] Last: Oh my god! That is embarrassing. Thanks for your help. I couldn't see ... (by NJC)
|
by AkoTheShadow
lower case string into upper case string
|
|
[5 replies] Last: This code works: http://ideone.com/NaQcy #include <iostream> #... (by Moschops)
|
by addision
get characters from string
|
|
[no replies]
|
Inputting a Console Command |
|
[3 replies] Last: Just run it with "javaw" ...or make a simple shell/batch, Perl, Python... (by Mathhead200)
|
by Catfish
Private access in the public?
|
|
[2 replies] Last: Thanks for your reply. For anyone interested, I also found this: http:... (by Catfish)
|
by omegaordoss
Classes and Functions
|
|
[5 replies] Last: For either you need an artist. I can draw/generate simple (+ crapy) 2D... (by Mathhead200)
|
by uncahead
"Dynamic" or User-Created instances of a Class?
|
|
[4 replies] Last: [quote=uncahead]They remind me of hashes in Perl As well they should.... (by Mathhead200)
|
Inches to feet problem |
|
[11 replies] Last: The closing rapidly isn't a problem if the program is being run from a... (by Mathhead200)
|
by bhawna2285
Project On C++
|
|
[1 reply] : Here are some ideas of things to make. http://www.cplusplus.com/forum... (by drunken meerkat)
|
by misaeltovar
filling an array from .txt
|
|
[5 replies] Last: ok i changed it! but its not loading my array #include <iostream> ... (by misaeltovar)
|
by thecppnewb
HELP!! How to do exponents with while loop?
|
|
[2 replies] Last: ty so muchh thumbs up! (by thecppnewb)
|
by anguished
Compiler error: Template in a Library.
|
|
[no replies]
|
by illlojik
a little help please
|
|
[2 replies] Last: Thanks for your help. And yes, the problem is for me to go from 0 to 1... (by illlojik)
|