by magrare18
Someone please help me! im a newbie in C++ but i need to make a flow chart and i don't know how.
|
|
[3 replies] Last: Thank you so much esslercuffi!!!! (by magrare18)
|
by turtlesavage
Difference between class.function() and class->function()
|
|
[4 replies] Last: I don't even know what to search to find it. member access operators... (by keskiverto)
|
by Exculibar
Array shifting elements
|
|
[3 replies] Last: @OxBADC0DE its a pointer of class @Duoas thank you, i'll try that no... (by Exculibar)
|
by vxk
Blitz coder : dungeon crawler problem
|
|
[2 replies] Last: i didn't debug your program , but it starts deleting points : G....... (by vxk)
|
by spring2014
Help me progress in this code
|
|
[2 replies] Last: I decreased the size of my code. I want to progress step by step. Woul... (by spring2014)
|
by dark ninjuh
Scope of variables here?
|
|
[1 reply] : They are in the scope of the constructor. like: double wibble(doub... (by mutexe)
|
by iamnoob15
Help[return 0;]
|
|
[3 replies] Last: ^Thanks. (by iamnoob15)
|
by annoyed
matrix problem
|
|
[4 replies] Last: http://www.cplusplus.com/articles/jEywvCM9/ (by cire)
|
by JasBeckC
#include trouble
|
|
[4 replies] Last: Oh yes you're right. Thanks! (by JasBeckC)
|
by SamJava
Re-output a file with capitalized-first-char sentences
|
|
[2 replies] Last: getline takes a character, a single character , as delimeter. You are... (by MiiNiPaa)
|
by DrJones
pointers out of control..
|
|
[7 replies] Last: The code in the link you posted earlier seems to do quite alright with... (by helios)
|
by rawritzphil
String Palindrome With Loops - stuck!
|
|
[2 replies] Last: Line 39 should read runs++; Line 13 means nothing. Remember, comput... (by Duthomhas)
|
by Jon15
Questions about functions and polynomials
|
|
[19 replies] Last: It seems like setw sets the number of characters to output; setprecisi... (by hyperfine)
|
by DeathLeap
Passing schemes
|
|
[2 replies] Last: z is also "by pointer". In argument lists, 's for the first dimension... (by Duthomhas)
|
by theHomestuck
having troubles with maze
|
|
[1 reply] : You need to input choice using scanf . Also, the way you currently ... (by TwilightSpectre)
|
by cory244
PasswordFile Program
|
|
[18 replies] Last: I also noticed you have two checking functions, checkpw and Checkpw. S... (by closed account 48T7M4Gy)
|
by megatron 0
String tokenizing basics
|
|
[5 replies] Last: -fmessage-length=n Try to format error messages so that they fit on... (by JLBorges)
|
by mystic cloud
Help with while loop
|
|
[5 replies] Last: It's technically valid code. You just have an empty while loop followe... (by Zhuge)
|
by ayou
Is this program correct and fully functional?
|
|
[3 replies] Last: Have you learn about array ? If you haven't then your code is fine :o ... (by LendraDwi)
|
by Scofield16
Help with Homework
|
|
[1 reply] : Post your code :o we'll guide you, not write for you (hopefuly) (by LendraDwi)
|