Beginners - May 2014 (Page 5)

by Humem
Flowchart needs explaining
 
Hello. I need some people to help me explain a flowchart to the doctor in my university. Here ...
[12 replies] Last: Humem, the problem here is that the program doesn't work and the flow ... (by dhayden)
by akmhc
Maximum element of secondary diagonal of a matrix
 
This loop is supposed to find the maximum element of a secondary diagonal of a 4X4 matrix. But I can...
[1 reply] : An instance of the such matrix: 2 5 3 9 1 4 3 7 3 9 6 2 2 3 5 4 i - ... (by Auroch)
making a game
 
how do i fix my switch case #include <iostream> #include <cstdlib> #include <time.h> #inc...
[18 replies] Last: Hey guys thanks for all the help and i tried the is_guess_correct and... (by paulmaywald)
why this code is not working?
 
Hi guys, I was trying to write a guessing game program and encountered with an error that i am unabl...
[13 replies] Last: What I'm trying to say is that if (!guess_num) is completely differe... (by coder777)
congtuence modulo
 
Now i want to check that if value int a = pow(9.0,100); int b = 81; int c = 547; ...
[8 replies] Last: See gmp . GNU multi-precison library. EDIT: If you are still intere... (by a k n)
how to scan an array?
 
To end my project I need to know how to scan an array(the array contains lines of strings entered by...
[8 replies] Last: It's late, everyone can write voodoo code when they're tired haha. Al... (by closed account 2UD8vCM9)
How to Bubble Sort a Map in C++?
 
i know how to sort a array, but i cannot made bubble sort in map :/ if possible to tell me a bit abo...
[8 replies] Last: hehe i know im being funny :D ok, i will try that, swap and put them ... (by SrgjanLDTeam)
back function
 
Hello guys,Im having a bit of a problem here. You see I need to create a menu where I can choose dif...
[5 replies] Last: So that's why the function wont work. Thanks a lot man. I'll review th... (by hugmepls)
by Wesp
Projectile motion simulation
 
hey guys I made a program about the projectile motion, so can you guys show me how to make the grap...
[2 replies] Last: Ok. thaks. I have to do that just using loop. (by Wesp)
how do you this?
 
How would I go about doing this? // #include <iostream> int main () { ...
[10 replies] Last: Well, you'd want to consider 'how much' of the array you were actually... (by closed account j3Rz8vqX)
Help with multiplication problem
 
Hi I am new to C++ codeing and I was recetly writng a program to multiply two numbers. When both num...
[3 replies] Last: @Ok Hey Its Z: You can also declare it as a double float . @OP Use th... (by closed account z1CpDjzh)
? Operator
 
This results in an error, invalid conversion from const char* to char*. I didn't declare any variabl...
[3 replies] Last: const char* pch = num>another ? "first bigger\n" : "second big... (by Chervil)
by swikir
file into a map STL
 
I have a text file has (3, 5) ( 14*2, 27) (32/2, 16) I need this numerical values and exp...
[no replies]
programming help
 
Hi, I m new to the C++ programming and needs some helps to revise my source to calculate sphere vo...
[no replies]
Trying to combine two programs that use different versions of same class into one
 
Environment: Arduino I have a DHT22 Temperature/Humidity sensor. I can connect it wirelessly (And...
[no replies]
isSorted, what is wrong?
 
What is wrong with this function that tries to control if the array passed as first parameter is sor...
[15 replies] Last: @naraku9333 (1951) What do you mean? The correct function verifies if ... (by closed account jvqpDjzh)
B+Tree
 
Hello I wanted to know how do I use the void* to two kind of different structures struct ...
[2 replies] Last: I need to do a b+tree implementation, and i thought this kind of appro... (by joao123456789)
by GoksOP
Little push for finishing this quest.
 
Hello fellow programers. I got this task i need help with, it's just one small part of a bigger tas...
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by keskiverto)
replace and .size()
 
So I`m having trouble understanding how the string::replace() function works. What I dont get is tha...
[2 replies] Last: http://www.cplusplus.com/reference/string/string/find/ writes: Note: ... (by keskiverto)
Program dosnt end
 
I have no idea to why the following code never ends P.S: Ascender are letters that pass the secon...
[2 replies] Last: Waw what a stupid mistake. There were a few other mistakes to so fixed... (by closed account EwCjE3v7)
May 2014 Pages: 1... 34567... 55
  Archived months: [apr2014] [jun2014]

This is an archived page. To post a new message, go to the current page.