by Yangfizz
why does a c++ programmer without UNIX experience is handicapped in many ways?
|
|
[6 replies] Last: first there are three main operating systems DOS which became windows,... (by Aramil of Elixia)
|
by edoxu
Help about Graduation Project
|
|
[3 replies] Last: just use date.h (by Aramil of Elixia)
|
by skyzerk7
Best C++ Compiler/IDE..
|
|
[8 replies] Last: QtCreator (Not only for QT, for all C++ things) Eclipse is also one of... (by acn)
|
by prefix1990
How to convert char[][] to char** ?
|
|
[1 reply] : char **foo; *foo = &s ; // <- this is wrong. This is where you're ... (by Disch)
|
get rid of leading zeros |
|
[4 replies] Last: > The strategy is to set the null (unused) array elements to 0 Fill ... (by JLBorges)
|
by Yangfizz
this code gives me error message, i am trying to make words in this string in uppercase.
|
|
[5 replies] Last: it finally works. thanks, man. (by Yangfizz)
|
by trescool07
IF statement for multiple choice question
|
|
[2 replies] Last: Geez! I still have to learn to look at my code carefully!!! That's pro... (by trescool07)
|
by htown
While loop is not exiting
|
|
[10 replies] Last: I really should have explained how that works. :F (by DesiredNote)
|
by Kurospidey
Problem doing an explicit specialization for a template member
|
|
[3 replies] Last: > Why the B*& thing instead of simply B*? Modify the code - change ... (by JLBorges)
|
by Deathheart14
Saving to a file
|
|
[3 replies] Last: amazingly complicated lol :p never know tho, u might find it useful so... (by soranz)
|
by bunenej
Reading parts from a text file
|
|
[10 replies] Last: Okay now i have to read only parts from the same text file..buh this c... (by bunenej)
|
Is there any way to do this? |
|
[3 replies] Last: He didn't want to store their names, did he? (by DesiredNote)
|
by KoronaKyle
Problem
|
|
[3 replies] Last: The more I see these posts the more I'm tempted to feed you with a pro... (by MrHutch)
|
by Hashimatsu
Add to vector
|
|
[7 replies] Last: Removed by user (by Hashimatsu)
|
by mikeecb
Simple program can't run completely
|
|
[8 replies] Last: /* ctime example */ #include <stdio.h> #include <time.h> #include <io... (by mikeecb)
|
by Aceix
Extra const after function implementation...
|
|
[1 reply] : A method/member function that is declared const is "read-only" and can... (by DesiredNote)
|
by modic
More stuff.
|
|
[17 replies] Last: Because that's C, not C++, I think (by samrux)
|
by eyali
Returning local reference from a function
|
|
[4 replies] Last: I see Thank u:-) (by eyali)
|
by rock4rigo
width and precision
|
|
[2 replies] Last: Am I using the manipulators correctly? #include <iostream> #include... (by rock4rigo)
|
by Yangfizz
How do i write a progam that i input a group of strings and the computer would randomly give me a string from that group?
|
|
[3 replies] Last: thank you for helping. (by Yangfizz)
|