Beginners - March 2009 (Page 6)

How to make a connection into Ms. SQL Server 2000?
 
Hi, I'm a beginner on using C++. I'd love to know how to access an Ms. SQL Server 2000 databases from C++? If u know something about that, please help me... ...
[no replies]
by junit
poker program
 
this is my code. is anyone willing to help me modify it to make it deal two hands and determine which hand is the winning hand? i know how to make it deal 10 ca...
[no replies]
by Whorse
Program using Vectors and Iterators
 
Please bear with me as I'm quite new to all this, I'm busy reading through Beginning Game Programming with C++ by Michael Dawson. I've been instructed to "Write...
[4 replies] Last: I just made revisions on the program, works like a charm, thanks again... (by Whorse)
by junit
making my card dealing program deal 5 cards a determine what hand it is
 
im new to programming im in programming one. i have my code for a card shuffling program. bUT our teacher wants us to modify the programs we coded and make it d...
[2 replies] Last: thank you : ).. i figured out how to get it to deal five cards. can u ... (by junit)
get week of year
 
How to get the week of year. tnx
[1 reply] : remember there are 52 weeks in a year. Please show us your code so we ... (by jaydr)
little problem with class?
 
hi guess! i have little problem that when we take the values of x and y massiv how to pass the massiv to the class ? to dmap.h please help me...
[1 reply] : When the types of the parameters are included, it is attempting to de... (by jsmith)
by gogo
What means
 
Can anyone tell me what means for(;;)
[3 replies] Last: thanks (by gogo)
Shutdown PC
 
When I execute the below code, I get an error message saying "'shutdown' is not recognized as an internal or external command, operable program or batch file" ...
[2 replies] Last: read these windows api's: InitiateShutdown ExitWindows InitiateS... (by writetonsharma)
What's the problem
 
Private Sub Parametri() Dim ladoRs As ADODB.Recordset Dim lstrSql As String Set ladoRs = New ADODB.Recordset lstrSql = "SELECT * from ser...
[4 replies] Last: This is not the correct forum for that question. You are coding Visual... (by RaptorX)
by mudd2
Can anyone give advice about my codes?
 
#include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv ) { char choice; int cups; int...
[6 replies] Last: #include <cstdlib> #include <iostream> using namespace std; int mai... (by mudd2)
Craps Game Malfunctioning
 
Whenever I try to run this Craps game I recieve an error. It gives me an error message saying, '}' needed before line 157. Any helpful suggestions about how th...
[8 replies] Last: definately follow eker676's advice on the random number generator, jus... (by grcunning)
program to simulate keyboard presses
 
Hello, I have a program to simulate keyboard keypresses, and I have been fiddling with it for a while now and can't get it to work right, it doesn't display t...
[1 reply] : i have updated my code, i added MSIZE+1 to the size paremeter of the d... (by kypeswith)
by Andre
What does this error mean?
 
This is pathetic - I'm on "Hello World!" in the tutorial, the very beginning. 1>------ Build started: Project: Beginner1, Configuration: Debug Win32 ------ ...
[3 replies] Last: Thanks eker676. (by Andre)
nested object initialization
 
I need to initialize an object nested 2 deep (using the object's constructor) but am not sure how. This is a simpler example of what I want to do: suppose I...
[6 replies] Last: Got it! thanks. (by elabelle)
by gogo
How to make .exe
 
Hello! can anyone help me? I can't make exe file from c++ source code for runing that exe from Windows!Previously thanks!
[5 replies] Last: Thanks eker676!I succeeded! (by gogo)
by Umz
Alternatives to VC++ IDE
 
I just reverted back to using Windows from Linux, its easier to do most of my work this way although I love the Linux; its a beautiful OS. After compiling fr...
[5 replies] Last: Thanks guys, dkaip I'm actually trying to avoid using IDE's not lookin... (by Umz)
Array Selection sort in C
 
#include <stdlib.h> #include <stdio.h> #define MAXVALS 10 int main() { int table_fill(int a , int n); void print_table(int a , int n); in...
[no replies]
program to determine amount of lines, words, and letters in a text file.
 
Hi guys, Sorry to bother everybody, but I'm afraid I'm here again asking for advice. I need to make a program to count how many lines, words and letters are...
[1 reply] : Start off by reading the file character by character. If the charac... (by eker676)
Error in my program cant figure out where i went wrong
 
I'm new to this programming thing and not very good at it. I'm trying to write this palindrome program and i got 1 error but i cant figure out where i went wron...
[3 replies] Last: I'm not really sure what this program is trying to do, so I cannot off... (by eker676)
by token
C string to C++ string
 
I'm just learning about the windows API, and I encountered a line of code that looks like C but is described in the Win32 SDK Reference Help as so The wspri...
[1 reply] : Hello, I made a small example that shows some C and C++ style string o... (by R0N)
March 2009 Pages: 1... 45678... 29
  Archived months: [feb2009] [apr2009]

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