by Ryan15
I would like to assign variables in my if statements that will link to my switch statement but I'm not sure how I should do it
|
|
[4 replies] Last: Thanks a lot! (by Ryan15)
|
by huujohnle
BST Help
|
|
[1 reply] : > I have written some code below, More likely, you have found some cod... (by salem c)
|
by hixtus
Simple Tree Code/ Wrong Output Help
|
|
[3 replies] Last: You are passing root by value to Voxels. That means Voxels modifies it... (by dhayden)
|
by PistolPete10
help vector::erase understanding
|
|
[3 replies] Last: One bug fix to fiji885's solution: for (size_t i = 0; i < Names.size(... (by dhayden)
|
by zak100
Segmentation Fault: Implementation of Gauss Elimination Algorithm
|
|
[5 replies] Last: Thanks for your advice. I would try to search the algorithm of partia... (by zak100)
|
by oninoor
How to solve identifier "gets" is undefined and not found
|
|
[7 replies] Last: I'm curious, did you use fgets() or gets_s() ?... (by deleted account xyzzy)
|
by Guil
Random global variable
|
|
[18 replies] Last: It would work just fine if you had tried the function I gave you. But... (by Duthomhas)
|
by thekiid718
How can I rotate these 4 numbers each time I run the program?
|
|
[9 replies] Last: @Grey Wolf Ha -- what a finding! :) Tnx In the OP I read rotate nu... (by MikeStgt)
|
by JJLB1981
Random generator and sorting
|
|
[2 replies] Last: Thank you for your help. It's greatly appreciated. (by JJLB1981)
|
by elsa
Using a stack to determine if a string is a palindrome
|
|
[16 replies] Last: thank you everyone who helped me. also thanks to keskiverto to guiding... (by elsa)
|
by Susie
How I can optimize my timer?
|
|
[10 replies] Last: yes, cout is very slow (its terrible on windows and varies from terri... (by zapshe)
|
by NickB
Username and password code
|
|
[8 replies] Last: But whats the problem of hardcoded passwords? You can look at the... (by Repeater)
|
by oninoor
How to make search program in phone book by number
|
|
[1 reply] : You have already posted two threads: http://www.cplusplus.com/forum/ge... (by keskiverto)
|
by oninoor
How to make search program in phone book by number
|
|
[1 reply] : http://www.cplusplus.com/articles/jEywvCM9/ Nobody wants to read 100's... (by salem c)
|
by michee65
Ternary Search Trie- Finding all the Strings
|
|
[1 reply] : Sounds good to me. (by salem c)
|
by oninoor
How to make search program in phone book by number
|
|
[1 reply] : In case 3 you for (i = 0; i<100; i++) if ( person .show(temp_name) ... (by keskiverto)
|
by tinatina
Need help reading data into 3 arrays!!!!!!!
|
|
[4 replies] Last: I can't use void and need to use two different data files, each conta... (by doug4)
|
by Broswagonist
Need Help!! Min, Max, and Ave not correct!
|
|
[1 reply] : Please edit your post to put [co de] tags around your code. ... (by salem c)
|
by sindhu05
Merging two C language codes into one of Arduino
|
|
[2 replies] Last: Rename all the functions to be respectively. setup_pad() loop_pad() s... (by salem c)
|
non static member |
|
[1 reply] : I could fix the error already! (by Lucas Fiorini)
|