by jynx678
Fixing Output
|
|
[3 replies] Last: If you only need to add the slashes for output, you could do something... (by Yay295)
|
by drawinfinity
Why is the time complexity of this quicksort so bad?
|
|
[1 reply] : There's a lot of places that could be slowing it down, the only way to... (by Lachlan Easton)
|
by heisadobe
Can not call a function in main?
|
|
[2 replies] Last: Thank you so much, Yay295!!~ It works well!!~ (by heisadobe)
|
by Webdawg66
Increasing/Decreasing Variable
|
|
[3 replies] Last: //global variables Car objects(0.0, 0.0, 0.0, 100.0, 50.0, 0.0); Ca... (by Webdawg66)
|
by neel3123
Selection Sort Error
|
|
[4 replies] Last: At line 34 you set min equal to start. You then check if they are not ... (by Yay295)
|
by Javaspell
Problems with names with 2 or more parts.
|
|
[2 replies] Last: Ah.. I thought it would work with cin and cout alone.. :-D Thank you 4... (by Javaspell)
|
by DAISY12
please how to write ?
|
|
[7 replies] Last: //Telephone bill #include<stdio.h> int main() { int n; float k=n,t... (by DAISY12)
|
by papagym177
Clarification needed
|
|
[2 replies] Last: So in reality it is actually dropping down to the next level. I guess ... (by papagym177)
|
by shrayder
if else string & vector
|
|
[3 replies] Last: Oh I edited my previous post. Thanks for letting me know. Thought Mana... (by closed account EwCjE3v7)
|
by emykev22
undefined reference to `WinMain@16'
|
|
[1 reply] : http://stackoverflow.com/questions/5259714/undefined-reference-to-winm... (by mutexe)
|
Missing text |
|
[5 replies] Last: You might also have done this, to make use of the x declared in main()... (by Chervil)
|
by Manga
sfml game sprites
|
|
[7 replies] Last: Thanks for the links. (by Manga)
|
by theanswer
bash to c
|
|
[10 replies] Last: @ OP: I'm a Windows guy so I'm sorry if I misunderstand but you're sea... (by Computergeek01)
|
by turtlesavage
Help with integer array
|
|
[2 replies] Last: Oohooohggooo You are a god sent my friend. Thank you. I'll consider t... (by turtlesavage)
|
by Nielyboyken
Code::Blocks does't compile
|
|
[6 replies] Last: Hmm then g++ is installed is installed in the correct place. I'm not r... (by ResidentBiscuit)
|
by Tr1ckSilv3r
char + int => int / Problem with cout
|
|
[6 replies] Last: Don't forget to mark as solved! Have fun programming (by turtlesavage)
|
by jmcoop6
Calling from separate part of program
|
|
[4 replies] Last: Please do explain further, start with why it is you think that the dir... (by Computergeek01)
|
Asigning "x" a value |
|
[3 replies] Last: Thank you very much! (by SomeCodingNoob)
|
by zdzero
printf/wprintf and wchar
|
|
[5 replies] Last: or you can add the required 0 (by coder777)
|
by chipp
cout << std::string
|
|
[7 replies] Last: @justinelandichoruiz Certain implementations may include <string> in... (by AbstractionAnon)
|