I want to name my Alias titles using data from my tables. He开发者_运维技巧re\'s a totally stupid example to show what I want to do:
hello every i have made a structure and i w开发者_C百科ant to make 2 objects of it . i am using qtcreator.
I have a program that has to find the shortest path (Dijkstra\'s algorithm), and I have decided to use an array of pointers to structures, and I keep getting this error:
I\'m trying this code, it\'s works sometimes, but sometimes it doesn\'t works fine! I created a function that returns a pointer to an struct and then I create a function (Add) that adds words in to a
I am having trouble sorting the following array. How do I sort the temp_var[] array based on temp_var[].trade_date and temp_var[].trans_amount?
I\'m a total newbie to C++ and programming in general, so please bear with me while I try and explain myself.
I\'ve seen this package structure pattern a number of times.Most recently, I\'ve been going through the Last.fm An开发者_如何学Cdroid app code and would like to understand why some code is in fm.last.
I have the following structure: struct productInfo { 开发者_如何学编程int item; string details; double cost;
Does the following insert work? The reason for my question is that the body has another structure in it that has yet another structure (array) in it.All the variables a, b, c, x, y, and z are secondar
I\'m having a bit of an application structure design dilemma. I have created a web app that c开发者_StackOverflow中文版reates online surveys. It all works fine, but I would now like to create a new s