by Quentin
\? Control code
|
|
[5 replies] Last: It's because of the way the C pre-processor works: it converts trigra... (by Quentin)
|
by Lunaritian
Problem with stringstream
|
|
[no replies]
|
by mlgRs
Execute Shell-Script in the background
|
|
[2 replies] Last: fork() (mitosis) and exec() family (ditto) (by ne555)
|
How to use same variables in different classes |
|
[4 replies] Last: ¿A transplant? (by ne555)
|
Is there any way to not letting cin execute when user input char instead of int/ double? |
|
[8 replies] Last: When you do: int i; // or double i cin >> i; and the user enters a... (by Lowest0ne)
|
by gerfy1
Syntax?
|
|
[16 replies] Last: Definition taken from Webster's dictionary. syn·tax [sin-taks... (by Nexius)
|
by Zu007
how to convert a program written in turbo c 3.0 into codeblock
|
|
[6 replies] Last: _ main must return int _ The headers are #include <cstring> #includ... (by ne555)
|
by Ralden
I still don't understand returning.
|
|
[5 replies] Last: a + y = z; makes no sense to the compiler. You must read it as the c... (by Nexius)
|
by Zincott
Function Pointers
|
|
[5 replies] Last: A function pointer is a pointer to a function. Basically, it works in ... (by Nexius)
|
by Forseth11
Star a website
|
|
[14 replies] Last: Thank you that worked. (by Forseth11)
|
by Ralden
Accessing "private" data in a class
|
|
[10 replies] Last: All what you have to do is to specify nested name specifier for the fu... (by vlad from moscow)
|
Differences of ios::out and ios::trunc |
|
[13 replies] Last: Stroustrup suggested a lot of guis in his site..... One of them is "Th... (by ThomasMylonas)
|
by Tita
To change a command line
|
|
[1 reply] : Command line for what? Your program? An existing program that you exec... (by shadow123)
|
by Tita
move a file in another repertory
|
|
[1 reply] : Which operating system? 1. Way: Read the file and write it to the oth... (by shadow123)
|
by Bassam300
Question in data structure
|
|
[no replies]
|
by StartUp
Arrays
|
|
[7 replies] Last: Akshit: Yes I know :( I was halfway done with the program when my prof... (by StartUp)
|
by mj verdadero
Printing Right Triangles Next to each other using asterisks
|
|
[3 replies] Last: I think you are after this int k = 11; for (int i = 0; i < 10; ... (by Vagabond)
|
by LolwutMikka
Pig in C++
|
|
[6 replies] Last: cout << "Your turn, " << player1 << ". Enter 1 to roll" << endl; ... (by LolwutMikka)
|
by Ralden
Keep an integer from going below 0?
|
|
[4 replies] Last: Haha, thank you Toni, and thanks again for the help. :) (by Ralden)
|
by Nelvin
Problem for array
|
|
[7 replies] Last: yaa, i sort it out with problem. actually that was my mistake sorry fo... (by HiteshVaghani1)
|