Help with making this variable? (1,2) |
|
[23 replies] Last: Because your program never terminated, or returned to the os. It stopp... (by rssair)
|
by dby3
stray '\1' ???
|
|
[3 replies] Last: It makes it easier for people to debug your code if you post it. It wo... (by rssair)
|
by sepetoner
When I call a class, it is not recognizing a string
|
|
[3 replies] Last: C++ has "namespaces" which house identifiers (like "string" or "cout",... (by Disch)
|
by NormV1984
Two-Dimensional Arrays and Enumeration Types
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/41709/ You can use that along w... (by rssair)
|
by leftyGerbino
Can a function return multiple data types?
|
|
[2 replies] Last: Short answer: No. A function can return only one value. Long answer: Y... (by rssair)
|
How to get the time? |
|
[3 replies] Last: Im not sure, i dont use VS i use code blocks, someone else will have t... (by Ch1156)
|
by primecodz
Incorrect code compiles in codeblocks but not in visual studio
|
|
[3 replies] Last: I don't know what the standards say about it, but I imagine it's using... (by ResidentBiscuit)
|
by primecodz
Value at non-initiated pointer
|
|
[2 replies] Last: Thanks for the reply! Makes sense now. (by primecodz)
|
by vanllabean81
I hate the Link List
|
|
[2 replies] Last: No prob. We're always here. Also, it just takes time to wrap your... (by Duthomhas)
|
by IgnacioLobbb
Difference int*const a and const int *a
|
|
[3 replies] Last: Well, I think there could be the following declarations int cumul( in... (by vlad from moscow)
|
by elb5230
two variable arrays
|
|
[4 replies] Last: I don't quite understand what you mean (by elb5230)
|
by jello92
while loop with increment and ifelse
|
|
[2 replies] Last: At line 14, else (turn % 2 !=0) ; Is a no-op (do nothing) statemen... (by AbstractionAnon)
|
by killertcell
Why wont this function return a value?
|
|
[6 replies] Last: killertcell you said in your last post you rewrote without the functio... (by killutch)
|
by BroncoAG
Texted Room Game Help
|
|
[9 replies] Last: Thank you so much for your help. After about a week an half of struggl... (by BroncoAG)
|
by hitholdir
displaying vectors
|
|
[2 replies] Last: Thanks (by hitholdir)
|
by dtaqee88
Function Declaration Confusion
|
|
[4 replies] Last: Alright much thanks (by dtaqee88)
|
by abaz01
sum of series
|
|
[14 replies] Last: @abaz01 Is my code working and giving proper result? (by Akshit)
|
First C++ Program Suggestions |
|
[4 replies] Last: Ah, got it now. Thanks, folks! (by WannabeProgrammer0)
|
by Skyboarder
case insensitive strncmp?
|
|
[3 replies] Last: POSIX also has the function strncasecmp in <strings.h>. (by Athar)
|
by tnjgraham
Algorithm to convert IEEE 754 to DEC dpfp in C++
|
|
[1 reply] : Looking at some of your other posts, it looks like you're still relati... (by Volatile Pulse)
|