by geekocoder
converting to uppercase
|
|
[6 replies] Last: It'd be a lot clearer if you just used toupper (by quirkyusername)
|
by URSvAir
Help with saving and loading.
|
|
[4 replies] Last: Thanks mate. (by URSvAir)
|
Taking the plunge with GUI's - and already got a weird bug. |
|
[7 replies] Last: Put a capitol L right before the first qoute mark, dont ask me why bu... (by hampshire2012)
|
by Prudok
Random
|
|
[1 reply] : You can create an array that will contain the possible values, and the... (by Nisheeth)
|
by andreolivera
How to create an array of strings"
|
|
[2 replies] Last: Thank you very much. Andre (by andreolivera)
|
by Jsel
Initializing static 2D array member?
|
|
[9 replies] Last: Why is it that I cannot define grid in organism.cpp without getting a ... (by Jsel)
|
by Nisheeth
A Runtime error while using Substr
|
|
[6 replies] Last: Well, tried that as well now. The problem persists. Full_Data in blank... (by Nisheeth)
|
by ascii
Involving Inheritance
|
|
[7 replies] Last: Thank you. My hierarchy is essentially CObject -> CMove -> CMoveableO... (by ascii)
|
by PotatoRato2
Is this book good?
|
|
[1 reply] : If I were you, I would go to a bookstore/library and start reading one... (by Maese909)
|
by Bounder
Learning with older books--dangerous?
|
|
[12 replies] Last: 400 pages is too many pages for the STL, IMO. Anyway, keep reading--y... (by moorecm)
|
by geekocoder
system()
|
|
[16 replies] Last: Use ncurses to clear the console screen, although most likely in your ... (by moorecm)
|
by codrgi
trace
|
|
[1 reply] : It creates beautiful long-exposure photographs. ;) Okay, seriously, t... (by Albatross)
|
by question3099
Counting lines between words for multiple data sets
|
|
[8 replies] Last: Thanks for the help LB, After a bit more searching around on my own I... (by question3099)
|
by qwertz
Linux - reading pipe never end
|
|
[1 reply] : You can use those headers and functions in C++ programs, as well. (by helios)
|
Why am I getting these weird results? |
|
[2 replies] Last: Well, such an extraction from cin I have never done from keyboard, but... (by webJose)
|
by tonnot
Cant pass a std string by reference ???
|
|
[10 replies] Last: Incredible...... Thanks Can anyone look at my last terrible problem ?... (by tonnot)
|
by timmy
problem in c++
|
|
[1 reply] : First of all I think you already have the most important skill that a ... (by kooth)
|
by Nisheeth
Converting an String to an Integer
|
|
[6 replies] Last: Streams know how to convert many (if not all) native data types to a s... (by webJose)
|
by RayHanz14
"if... else" and "loops"?? What am I missing? (1,2)
|
|
[24 replies] Last: #include <cstdio> #include <cstdlib> #include <iostream> using na... (by yash14chaudhary)
|
by Darksea
Return float value from function
|
|
[2 replies] Last: Thank-you - all fixed now! (by Darksea)
|