Beginners (Page 3)

New! Join the C++ community on Google+
Example from class
 
Hi, We did this example from my course. It is just a into c++ so he was sort of telling asking if we...
[6 replies] Last: OK, I will practice this concept. Thankyou all. (by jlillie89)
Desperately need help for project (1,2,3)
 
Hi I have to create this program, which reads commands from a text file and draws them. I have s...
[53 replies] Last: just one more thing since i am moving over to linux to test this on. i... (by asda333)
Can someone explain this code for me?
 
// static members in classes #include <iostream> using namespace std; class CDummy { public...
[7 replies] Last: For what it's worth... you are using the confusing pointer syntax. It... (by Disch)
Could someone talk a beginner through installing boost thread and sockets on code blocks (1,2)
 
i need a really patient person whos better at explaining things than the website, I literally follow...
[24 replies] Last: ahhh darkmaster you beat me to it :( (by Zereo)
by rey9
cin.ignore??????
 
there is something wrong with my code. i am doing a c++ database. i used getline() to read the line...
[1 reply] : cin >> cmd; // this reads in cmd and leaves '\n' unprocessed ... getl... (by Cubbi)
Rabin Miller Test
 
In Number Theory, I learned about the Rabin Miller Test to check if a number is prime, so I began wr...
[no replies]
Text File with strings and integers to an 2d Array
 
Hello, I want to read a txt file that contains intgers and string in c++ prgram. i know how to do i...
[1 reply] : It depends on how the text file is formatted. At first glance this loo... (by Chervil)
Please help me to solve this problem .(C++ Calculation)
 
Question: A parking garage charges RM 0.50 per minute fee. Write a program that prompts user to i...
[8 replies] Last: double calculateCharge(double x, double y) { double charge; if ( (x ... (by naemahabdullah85)
array
 
hello everyone can someone help me about array plsss i really need help right now using one-dimensio...
[8 replies] Last: cout<<"THANY YOU"<<; (by susiede)
+
 
how can i summation 2 huge number for example 2 number with 12 character? please explain arrays an...
[4 replies] Last: thank you very much (by Soorena)
by EZX
Why is my code not doing the task im asking?!
 
Calculate a massive A elements which are randomized within the interval of [-5, 5], n and m, is in...
[4 replies] Last: Note that median is not necessary the same as the average. I don't thi... (by Peter87)
help with functions please
 
im trying to make a program that uses functions to break up the code blocks but can't figure out wha...
[2 replies] Last: You've got a number of problems: Lines 37-43 - You don't put the ty... (by AbstractionAnon)
Erase white spaces from stream
 
I input 9X^3 + 5X into a string using the getline() function. I want to erase the white spaces ...
[3 replies] Last: To swallow the leading whitespace before an unformatted input function... (by Cubbi)
switch statements
 
Hey, ran into a little bit of a problem. I'm making a menu that uses switch statements which uses f...
[11 replies] Last: #include <iostream> using namespace std; void rows(); void convert()... (by supcello)
Need to convert xml file into property tree using Boost::property_tree
 
Hi, I have written this code for reading xml file and converting it to property tree using boost, b...
[1 reply] : You have declared PositionManagementDetailsSave and PositionManagement... (by AbstractionAnon)
Temporarily Converting Strings Cases
 
Hi, my name is Patrick. I've been stuck on this problem for 3 hours now and if anyone could help or...
[2 replies] Last: I am supposed to not permanently convert the name case, instead compa... (by Catfish3)
First Program in VS 2012 failed -- help?
 
Hi, I've just picked up my first book in C++ and tried one of the beginning codes they sample in ...
[4 replies] Last: @guestgulkan Yes, this fixed the problem thank you. @alistjazz You ... (by chili2424)
count the number of the same intries in a series number
 
hello everyone can someone help me about array plsss i really need help right now using one-dimen...
[no replies]
columns and rows.
 
Hey, if anyone could help me I'd greatly appreciate it. I need to write a function that prints a 1...
[2 replies] Last: Thanks a lot! I wrote this before, but if you don't practice it goes a... (by supcello)
by ft95
about arrey
 
How we can define one arrey in two type? for example I want use of an arrey as char and int. how c...
[7 replies] Last: @OP, how would such a structure help you do that conversion? (by hamsterman)
Pages: 12345... 112
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.