Beginners - September 2013 (Page 27)

by dp13
Pattern problems
 
Thanks as always, this is getting to be a bit much... I dont understand why the pattern for my di...
[2 replies] Last: Thanks you! Worked like a charm! (by dp13)
by PromB
C++ Newbie
 
Hi there fellow reader! I bought my first C++ book about a year ago, I'm not done with it, been on/...
[5 replies] Last: Thanks I'll get right on it! Is this correct or am I totaly wrong? ... (by PromB)
how call function in second class from first class?
 
So i know that if i declare two classes i can call the functions in the first class from the second ...
[4 replies] Last: thanks (by MarketAnarchist)
by elfeck
Question regarding DLL and dllimport
 
Hello, I've got a abstract, implicitly linked dll interface like this: #ifndef CPH_DISPLAY_H_...
[no replies]
by OSamo
Undefined reference to `WinMain@16'
 
I have been trying out classes on different files now, but I don't seem able to compile it. Here are...
[3 replies] Last: Thank you @Zereo and @Disch The instructions that Zereo gave me was c... (by OSamo)
template function to change container
 
I find myself changing containers a lot. Can someone show me how to write a template function to ca...
[3 replies] Last: <algorithm> <iterator> std::copy(Container1.begin(), Container1.end(... (by Daleth)
Installing new C++ Librarys?
 
Hello im working on a program that can send a email with a txt file attached.I heard LibCurl is real...
[no replies]
Need some help
 
Can't compile it because of line 66 and 67, I think I need to declare it but don't know what to do. ...
[2 replies] Last: Thank you very much! (by samyang0820)
Random pair maker
 
I need to make a program that takes a set of values and pairs them up at random, without repeats. Is...
[9 replies] Last: "L B" That worked for me u_u (by sakry)
integers
 
Write a program that reads nine integers and prints them three in a line separated by commas as show...
[5 replies] Last: @Datnewnew why so complicated? Use an array and a for() loop.... (by Chriscpp)
Question about input
 
I wrote a program to calculate the hypotenuse of a right triangle with two different methods. I'm su...
[3 replies] Last: You could leave off the "Press any key to continue." just use // to c... (by closed account 3qX21hU5)
by guucha
Dividing a number in parts
 
Hello! I have a homework with switch statement that I have to make a code that user can write any nu...
[5 replies] Last: first of all a character is ONE character not 3 so you can't use a sw... (by giblit)
Can't figure out intermittent calculation error
 
I'm trying to take a user input number between 1 and 10 million, break it apart into its individual ...
[3 replies] Last: Thanks - I'm all of 3 weeks into programming and it didn't occur to me... (by brett390)
MergeSort on a List issue
 
Hello everyone. I had question about the "MergeSort algorithm". In this algorithm, you are meant ...
[4 replies] Last: Frank had an opinion about men, who wear both belt and suspenders. ... (by keskiverto)
Tell me how to add colors.
 
Hello fellow programmers, I have started to program in C, just recently. Do any of you guys know...
[7 replies] Last: i know that it would compile, because its just being passed to the ...... (by closed account Dy7SLyTq)
by joet12
Split a sentence in to letters and send to array!
 
Hello guys. I have a simple question, i'm about to do a program where i would like to enter a senten...
[9 replies] Last: I don't see where counter was increasing. I only saw this: counter-... (by Chervil)
by dusty
time based random number generator
 
I have my program set up with just the rand() in the desired function; however, I can't figure out h...
[2 replies] Last: thanks, that worked (by dusty)
how can i print the 2nd smallest number
 
Input: Take integer inputs from the user until she enters a negative number. Output: The smallest a...
[5 replies] Last: thanks to all... (by msjamil11)
Function call missing argument list error
 
Hello people, I am making c++ game with SFML engine. Right now I'm making explosion rotation functio...
[9 replies] Last: vector2 rotation Should be without parameters (I made a mistake ... (by Dainiusss)
by dp13
Another Beginner problem...
 
Hi all again, I searched but did not find a thread that helped. Why o why is my pattern going verti...
[2 replies] Last: Thanks! (by dp13)
September 2013 Pages: 1... 2526272829... 64
  Archived months: [aug2013] [oct2013]

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