by davermont
char* copy function
|
|
[1 reply] : You have quite a few off-by-1 errors, as well as some other flawed log... (by Disch)
|
by alanarqueza
How To COUT Using Screen Coordinates With JPEG Images
|
|
[4 replies] Last: I am creating a user interface similar to the computer display screen ... (by alanarqueza)
|
by MottMan
Trouble With Randomizing
|
|
[4 replies] Last: Thanks a lot for all the help. (by MottMan)
|
by cmccmc
How do you get there home directory
|
|
[7 replies] Last: thanks that helped (by cmccmc)
|
by ac8231
Trying to count words C++
|
|
[5 replies] Last: http://cplusplus.com/articles/firedraco1/ ^Everything you could possi... (by Albatross)
|
How do we find which one among the given ints is the largest? |
|
[7 replies] Last: Ok, i programmed an atmega myself, it was 16Mhz but still i had no pro... (by RedX)
|
graphic in c++ |
|
[6 replies] Last: okay thanks for you (by khaled mohamed hassan)
|
by WahooMan
Output the sums of the even and odd numbers for a list of input values
|
|
[6 replies] Last: @kalel Sure, post your code. (by RedX)
|
by final12
Why is it not working!?
|
|
[11 replies] Last: Eh. There wasn't really, just a problem with reading stuff into arrays... (by Albatross)
|
by rylarson
C++: Writing an array of characters to a file
|
|
[3 replies] Last: Yes, I always found the student help part of the University to be less... (by Duthomhas)
|
by valleymannn
Inherited operators
|
|
[9 replies] Last: Indeed, thanks for the help guys! (by valleymannn)
|
by ringern02
Returning date string from function
|
|
[2 replies] Last: Your char buffer is a local var. It gets deleted when exiting the func... (by RedX)
|
by barkley
trying to add leap year into program
|
|
[7 replies] Last: #include <iostream> using std::cout; bool IsLeapYear( int ); i... (by michelramos)
|
by nilla054
string decode
|
|
[1 reply] : Accessing chars in a std::string can be done with .at() (by RedX)
|
by neoxyn
trying to connect to mysql - gives me linker errors
|
|
[no replies]
|
by DoomCarnage
I am my wits end
|
|
[1 reply] : Google for trim whitespace. http://www.codeguru.com/forum/archive/i... (by RedX)
|
by pyrospade
Emulation
|
|
[2 replies] Last: @OP, You could try creating a very simple virtual machine, design a s... (by chrisname)
|
this is my first project |
|
[7 replies] Last: Good luck (by Denis)
|
by zulzz
Global variable not global.
|
|
[11 replies] Last: yes i read that it is not recommended to use global variables, but you... (by zulzz)
|
cin.get() |
|
[1 reply] : I think you to need move cin.get() to loop while and if I am write you... (by Denis)
|