Beginners - October 2013 (Page 65)

Someone can answer my quesion?
 
Hi guys. I have a problem but I don't know where to post it. Sorry all, sorry Admin. I'm learning SQL and MySQL. Someone can give SQL and MySQL ebook which I s...
[1 reply] : Go to Google.com. Type in "MySQL Tutorial". Read. (by cnoeval)
Simple C++ assistance needed!!!
 
I need to write a program that uses WHILE loops to preform said tasks: 1. Prompt user to input two integers, second has to be bigger then first Did that!...
[2 replies] Last: Thank you sir! You just saved me so much time, I was over thinking it ... (by popup271)
Help with basic C++ stuff.
 
Im a beginner is C++, im trying to write a madlib. It doesnt work, but i dont kno why. Thanks #include "stdafx.h" #include <iostream> #include <string> ...
[2 replies] Last: Hi there Just to slightly elaborate on mutexe's answer, the names of ... (by closed account o3hC5Di1)
by sumsar
I have an compiler error i can't solve
 
i get the following error's when trying to compile the file. the line number is 1. but i have a comment on line 1. error LNK1120: 1 unresolved externals ...
[2 replies] Last: okay thanks I found the problem and it's working now :) (by sumsar)
Nested blocks: beginners question.
 
I'm currently trying to learn C++ from "Savitch - Absolute C++" In Ch. 3 he gives the definition of a block: "A block is some C++ code enclosed in braces." ...
[3 replies] Last: Thanks to both posters. I think the last reply gave the exact answer: ... (by closed account iACGNwbp)
i need all the help i can get! :D
 
hi! i'm still an IT student freshmen... and our programming teacher gave us this project for our finals... make a family feud game using c++... how do i do t...
[2 replies] Last: @bdc69 - http://www.cplusplus.com/forum/beginner/1/#msg6681 @OP - I'm... (by closed account o3hC5Di1)
by Tomhet
C container
 
I'm making a C side container... Question: Storing addresses in size_t would be wrong if I use bigger sized pointers? I already wrote one with addr...
[2 replies] Last: thanks for the answer but not what I expected lol... I got the answer... (by Tomhet)
debug?
 
I want it to print out 99, not 100. How do i do that? public class TextLab01v100 { public static void main(String args ) { System....
[9 replies] Last: this is a c++ forum right? or i have been sniffing too much glue today... (by mutexe)
by Sigurd
Problem with Avl Tree
 
Hello all! I decided to use C++ instead C because I wanted to learn about OOP so I decided to write all my university stuff using C++ from now on. Anyway, I...
[no replies]
expected ';' before string constant
 
hello friends, i am a absolute beginner in c++, and i have started learning c++ using code blocks. i was writing a code that just add two numbers. the code ...
[3 replies] Last: thanks NwN and jlb it really fixed the problem, thanks so much. (by abhinavp649)
by spadec
Car Rental Program Switches, If/Else
 
Hey guys brand new to C++ programming and I've been given the task of creating a car rental program which I've programmed a bit of it but I can't figure out how...
[3 replies] Last: Hi there: [code firstline=62] char upgrade; //declare the variable he... (by closed account o3hC5Di1)
Descrization of domain into finite number of element
 
I have a square 2D geometry of of 2x2 square meters. I want to split it into certain number of squares and i want my program to read coordinates of each vertic...
[1 reply] : Hi there, You could probably do this with an array (preferably std::a... (by closed account o3hC5Di1)
Top Down Desing & Bottom Up Design
 
Can someone help me with some Reference or an explanation to Top Down Design % Bottom Up Design ? I was reading about this in Jumping in C++ by Alex Allain bu...
[1 reply] : You start with the "big picture". Then you gradually dig into finer d... (by keskiverto)
Help with simple counter program
 
Hello guys, I must admit that I have no idea how to complete this task at hand. I am stuck taking this class even though it is not my major and I am completely ...
[8 replies] Last: Hi there, Since you PM'd me I thought I'd follow up on this question ... (by closed account o3hC5Di1)
by jpcode
Read from file - Write data in particular position in the file
 
Is it really possible to write in a text file in the middle or somewhere not in beginning or at the end? Here is my code which reads two lines from the file and...
[5 replies] Last: @coder777 You are right, any link or guidance will be appreciated : ) (by jpcode)
D&D Crafting Calculation Tool
 
Hi, let me introduce me first. I once was a proud C++ beginner, but that was years ago, now I'm back to being a complete noob. Five years or so ago, I did a beg...
[2 replies] Last: Never mind. I figured it doesn't has to be neatly done for a grade or... (by DnD David)
by Vigii
using arrays in class
 
Hi all, I'm new to c++. I'm coding a program where the array values which are declared using classes needs to be brought back to main program. In main progra...
[1 reply] : An array will be implicitely casted to a pointer: x.array ( u ,n+1,u0... (by coder777)
Custom vector class not assigning values. (1,2)
 
I'm trying to create a custom vector class. For some reason I can't seem to get any output from my function calls and I'm not sure if it's because the vector a...
[21 replies] Last: realloc and free take a pointer parameter. That pointer must come fro... (by keskiverto)
Read numbers until 0 is reached
 
Hi guys! I need help with a problem. It says that the program should read numbers until the digit 0 is typed. How do i do that in C++? I tried to use an a...
[19 replies] Last: It's ok. I think i figured a way of solving this. I'll try it when i g... (by antirsi96)
by Vigii
Converting float value to int
 
Hi All, I would like to convert a a value of the variable from float to int. I'm getting error as "converting to `int' from `float'". and it shows me the...
[11 replies] Last: Thank you for your help . It worked now. (by Vigii)
October 2013 Pages: 1... 6364656667... 86
  Archived months: [sep2013] [nov2013]

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