no it is a borland c++ form.. so now , it doesnt matter for me because i solved..
this is a good news for me.. isnt it
User Profile
Collapse
-
No, this is c++, after my all post, i tried a new project, and it worked. still i cant understand that why my first program didnt work? where is my mistake?Leave a comment:
-
sicarie,
Yes, i had done before my first post. but i cant figure out this problem.i think i overlooked some code or stuff but i cant find the right wayLeave a comment:
-
Declare AnsiString function
Hi!
My problem is that:
When i declare an AnsiString function in my Form.h("Form.h" is an ex. name)
i am getting this error:
[ILINK32 Error]:Unresolved external ' __fastcall System::TObject ::ToString() referenced from . . . . ........
only this type(ansistring type) function gives error...
How can i fix this problem!
my ide is : c++ 2006 -
Your id column must be declared with auto_increment property. If u dont want to add id to your db by manually..
Kind Regards...Leave a comment:
-
petzold,
you can try this code:
Code:#include <iostream> #include <cstdlib> int main(void) { char *str; wchar_t array[] = L"Hello World"; wcstombs(str, array, 12); std::cout << str; }
Leave a comment:
-
May be public declaration is not good ..
But it is important that;
1) for what our code will be used?
2) if it is not a big project and just study, we can expose our data to everyone dont be afraid!Leave a comment:
-
pbmods,
thnks so much, i tried $_SESSION variable and, i got it. :)Leave a comment:
-
newlearner,
i know but $i is a static variable, so when i try to use this function( test() ) in a php file.. It counts 10 by 10...
The problem is that it is not counting with xajax tech..Leave a comment:
-
lourk,
you should look over url below.
http://www.cplusplus.com/reference/stl/
After that if you have any question, we can help u.....Leave a comment:
-
hi i just want to do this:
here is my code sample:
[PHP]<?php
//xajax definiton
//in this part i have a xajax function that name is GetSelectedInde x
function test()
{
static $i = 0;
$i = $i + 10;
return $i;
}//this is php function
function GetSelectedInde x($selectedInde x)
{
......
......
$abc = test();...Leave a comment:
-
static variable in xajax?
I want to use static variable in xajax but always, it executes only one time.. When i call again, value of static variable isn't changing
how can i fix the problem? or how can i use static variable in xajax? -
smoermeli,
Code:std::vector<Thing> things;
p->things[0].getValue(); // also this works..Leave a comment:
-
Ajaxrand,
i fixed my problem. Yes your code is perfect. i had a character problem. So thnks again..Leave a comment:
-
ajaxrand,
Your code doesn't work . . .
i have still syntax problem.. :(Leave a comment:
-
ajaxrand,
i am not using my personal comp.. So i 'll answer u after a couple of hours.. nearly 22:00 (my pos: gmt + 2)
see u laterLeave a comment:
-
-
How to use parameters in sql ?(PHP)
I want to write this sql query:
Code:Select * from table1 limit 0,5
My code:
[PHP]...
$count = 0;
...
mysql_query("Se lect * from table1 limit".$count." ,5");[/PHP]
So how can i fix the syntax problem for using the parameter in sql?
No activity results to display
Show More
Leave a comment: