Why can't this statement be compiled? |
|
[17 replies] Last: Works on my 64 bit system. I even assigned values into it at runtime.... (by Anthony Brown)
|
by alhanz
Authentication output C++ using caesar cipher
|
|
[1 reply] : Bump (by alhanz)
|
by kingviser
Need Help with C++
|
|
[10 replies] Last: I guess the teacher wanted you to store the notes of the song into an ... (by Cody39e)
|
Important Thoughts on text rpg |
|
[3 replies] Last: Firstly: Use [co de] Code goes here [/co de] tags. That makes the co... (by Nisheeth)
|
by Nisheeth
Some Questions
|
|
[7 replies] Last: Interesting little tidbit. My father in law's father (so my grandfathe... (by ResidentBiscuit)
|
by bozzy511
Help with analyzing numeric data in a two-dimensional array
|
|
[1 reply] : As you iterate through each array assign high and low the value of the... (by buffbill)
|
by TnGraham
Is it possible to convert CString to Binary
|
|
[4 replies] Last: You start by initializing the variable input with ="" which is unneces... (by buffbill)
|
by greatsekhmet
Having Trouble with my program
|
|
[5 replies] Last: What a mess. You should rewrite and resubmit your code in line with Co... (by buffbill)
|
by Dougfunny
cant call my function
|
|
[3 replies] Last: [quote=Dougfunny]getwords(char words, char * pointer) A function cann... (by closed account zb0S216C)
|
by Hibblejaybob
Candidate Functions not availible error
|
|
[3 replies] Last: Ah, got my answer: I didn't realise that when definising a public clas... (by Hibblejaybob)
|
by yobbko
cpp (C++) read (use) Excel data?
|
|
[1 reply] : Next time, you probably want to do a google search before posting :) ... (by h9uest)
|
by ashworcp
permutations without recursion????
|
|
[10 replies] Last: This is a typical problem in a data structure and algorithm course, an... (by h9uest)
|
by kev82
Is this valid c++
|
|
[4 replies] Last: The justification in this case is the following. The library is respo... (by kev82)
|
by smcguffee
Not using namespace?
|
|
[5 replies] Last: math.h does not use the std namespace. It's the C header. cmath is the... (by Moschops)
|
by ammar nabeel
mobile keypad
|
|
[1 reply] : I don't understand at all. Is 'mobile keypad' the keypad of a mobile ... (by hamsterman)
|
by wadeeh1990
help
|
|
[1 reply] : That first sentence, starting from 'but' makes no sense. If you don't ... (by hamsterman)
|
by K Flynn
How to get command prompt to close and reopen after 5 seconds.
|
|
[1 reply] : try http://msdn.microsoft.com/en-us/library/ms683150(v=vs.85).aspx h... (by hamsterman)
|
by sakon93
Calculation problem
|
|
[1 reply] : if you have more than 200, add 20 to tax and subtract 200 from money ... (by hamsterman)
|
by nano511
Binary was not built with debug information
|
|
[3 replies] Last: try to run on console, there may be some error output (by morus)
|
by postbacc
logfile question
|
|
[2 replies] Last: What about opening it only once (in main or so)? (by morus)
|