by schwick
Roman numerals enum
|
|
[no replies]
|
by CaleyM
Working Outside of Functions
|
|
[5 replies] Last: You should show the exact text of error messages. (by vlad from moscow)
|
by Layne Lund
Generic function objects
|
|
[5 replies] Last: @Layne a namespace using won't help: greater will look in std and will... (by Cubbi)
|
by Mastif
reading column by column
|
|
[3 replies] Last: Thanks, it is a good idea, but I have to read one element at time not ... (by Mastif)
|
by therry1
Reading an in-memory file
|
|
[12 replies] Last: Allocate some memory big enough: char* someMemory = new char(theSize... (by Moschops)
|
by ghyzblue
Matrix
|
|
[3 replies] Last: Please put your code between code syntax, and also provide your header... (by therockon7throw)
|
by pink flower
linked list system C++
|
|
[1 reply] : First take a pin and a peace of paper, and make a mind-map how would y... (by therockon7throw)
|
by ben1996123
C++ Win32 GUI
|
|
[2 replies] Last: Yeah I know, just using Win32 for some practice. I think I'm going to ... (by ben1996123)
|
by pink flower
C++ code for car parking system
|
|
[5 replies] Last: Here is the scenario i assume: U have a parking lot of fixed size say... (by SirSmilesaLot)
|
by phaldom
time functions
|
|
[1 reply] : You can also use a time_t passed to localtime() to get a struct tm. Y... (by Texan40)
|
by kalicha
Given two strings, not necessarily of the same length, count the number of positions at which they differ.
|
|
[5 replies] Last: @cubbi we have to count at how many positions the strings differ from ... (by kalicha)
|
by BKz
Windows Settings in Console Applications
|
|
[1 reply] : You can use the STARTUPINFO structure to do those things before the co... (by Texan40)
|
by SexyBachelor
Technical issue with exceptions -- throwing a char const *
|
|
[3 replies] Last: [quote=SexyBachelor] "Are there good reasons to use std::exception ove... (by closed account zb0S216C)
|
by Jikax
color conversion
|
|
[9 replies] Last: Have you tried looking at how Direct3D computes their colours? #def... (by closed account zb0S216C)
|
by garyfri
Seg Fault problem with inFile.getline command
|
|
[7 replies] Last: About the char *line. I was under the assumption you could use that a... (by S G H)
|
by kalicha
c++ Count the number of occurrences of sequences of N (acquired through user input) or more consecutive 'T's
|
|
[8 replies] Last: @Cubbi Bravo. I like it. (by vlad from moscow)
|
by even821
sdl img loading problem
|
|
[6 replies] Last: What does IMG_GetError() return? (by Peter87)
|
by tarak
Reading data from a file into main
|
|
[8 replies] Last: You think this part's hard? Just wait until you get to the part where ... (by Doolittle)
|
by umeshnepal
how to create communication between two .exe ,both written in C++.net?
|
|
[1 reply] : Using the network. http://en.wikipedia.org/wiki/Network_socket beej.u... (by Moschops)
|
by awaise17
Binary Search
|
|
[3 replies] Last: right krakissi..........i dont want to use any function neither predef... (by awaise17)
|