by mirauta
pass strings
|
|
[4 replies] Last: You can pass string object by reference if you will declare your funct... (by vlad from moscow)
|
by AliMoradi
Code Crashing - Possible Memory Management
|
|
[3 replies] Last: Stuff defined in a function is allocated on the stack. Stuff defined ... (by cire)
|
Can someone help simplify the end of this? |
|
[2 replies] Last: Without changing its behaviour in any way, the program can be shortene... (by JLBorges)
|
by eyesofhope
Double to Single space after punct
|
|
[4 replies] Last: clanmjc said: I think this will help you clean up your code, pay ... (by eyesofhope)
|
Making a Calender |
|
[1 reply] : Static member functions can only access static member variables. (by vin)
|
by arrow821
structures/pointers help
|
|
[2 replies] Last: Thank you! I understand now why it doesnt work! Your awesome! I ended ... (by arrow821)
|
by Algar32
Reading and writing... Problems in while loops.
|
|
[3 replies] Last: If the infile has a newline as the first line you will have an infinit... (by vin)
|
by Rampie12
Strings
|
|
[1 reply] : Your assignment specifies and array of chars. You won't be able to sto... (by iDontGetIt)
|
by Ahmad Shoaib
Help needed in Snake Game
|
|
[2 replies] Last: Sleep(2500); system("CLS"); there are betters ways to do this that a... (by ui uiho)
|
by manp
counting the number of times that a command has been issued/or a function has been used
|
|
[3 replies] Last: static int counter; and then in your constructor for the class jus... (by ui uiho)
|
by bleachy
random noob questions
|
|
[4 replies] Last: Well, because C++ doesn't do any bounds checking on normal C-style arr... (by Albatross)
|
by cassybark
How to keep program from ending
|
|
[4 replies] Last: I feel like I should butt in here. :) ul hlho's while loop could pote... (by Albatross)
|
by dross
Problem with file
|
|
[2 replies] Last: Here is the full code. #include <iostream> #include <fstream> #inclu... (by dross)
|
by tw3tye
C++ File loading problem
|
|
[1 reply] : Filee = fopen("./files/file.txt", "r"); make it filee.open("file.... (by ui uiho)
|
Easier way to make a roguelike? |
|
[1 reply] : I would recommend not using the console and using a lib better suited ... (by Disch)
|
by robkavanagh
Switch statement help needed
|
|
[12 replies] Last: tried to keep it simple but yeh, that is what i was going for. (by ui uiho)
|
by ninad95
have anyone here learnt c++ completely without going to any institute or classes.
|
|
[6 replies] Last: Look around: you can develop almost every program you have on your pc.... (by S G H)
|
by Aminimus
(unwanted) Non-deterministic behavior
|
|
[2 replies] Last: Wow, I knew it would be something stupid and simple. Works now. Thank ... (by Aminimus)
|
by ironman1478
lnk2019 error
|
|
[2 replies] Last: Make sure all the files are added to your project. It looks like it do... (by Peter87)
|
ispunct Function in C++ |
|
[1 reply] : I couldn't help but notice that your return -1 statement is in your ... (by Albatross)
|